[mythtv-users] ticket 10504 and php-5.4.8-1.fc17.x86_64

Jonatan Lindblad mythtv at comhem.se
Tue Dec 4 21:14:16 UTC 2012


On 2012-12-04 17:06, Udo van den Heuvel wrote:
> On 2012-12-04 16:40, Udo van den Heuvel wrote:
>> Now I did a straight git clone and there is a difference yet not all is
>> working.
>>
>> I see:
>>
>> Encoder 1 [ DVB : /dev/dvb/adapter0/frontend0 ] is remote on localhost
>> (currently not connected).
>> (etc)
>>
>> 'remote' on localhost?
>> What is that?
>> How to get stuff recording again?
>
>
> Further:
>
>   PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted
> (tried to allocate 72 bytes) in
> /usr/share/mythweb/modules/tv/classes/Program.php on line 130, referer:
> http://recorder/mythweb/tv/upcoming

Sounds like you need to increase the PHP value "memory_limit" to 
something larger than 32M, e.g. in your mythweb.conf file:
php_value memory_limit 64M

or in your php.ini file:
memory_limit = 64M

--
Jonatan


More information about the mythtv-users mailing list