[mythtv-users] suddenly mythweb upcomming recordings doesntwork, nor does recorded programs

Steve Peters - Priority Electronics steve at priorityelectronics.com
Sat May 17 06:24:48 UTC 2008


>> Hello, all of a sudden yesterday, i got this error when 
>trying to go to
>> upcomming recordings:
>>
>>  Fatal error: Allowed memory size of 33554432 bytes 
>exhausted (tried to
>> allocate 47 bytes) in
>> /usr/share/mythtv/mythweb/modules/tv/includes/recording_schedules.php
>> on line 90
>
>Check the value of memory_limit in /etc/php.ini - I'm guessing it's
>set to 32M. Increase it to 64M or even 128M, restart httpd, and see if
>the problem is resolved.
>
>-- 
>Nick Morrott
>


OK, I changed it to 128mb and nothing changed. Still get this error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 46 bytes) in
/usr/share/mythtv/mythweb/modules/tv/includes/recording_schedules.php on
line 90

Also, according to that error, it looks like 32mb is the setting being used.
Maybe I'm not setting it to 128mb properly. Here is what I'm doing...let me
know I'm making a mistake somewhere:

sudo nano /etc/php5/apache2/php.ini   (this is mythbuntu 8.04)

Under Resource Limits here is the 4th line:

memory_limit = 128M      ; Maximum amount of memory a script may consume
(16MB)


Then I restart apache via:

sudo /etc/init.d/apache2 restart


Any ideas?
-Thanks




More information about the mythtv-users mailing list