View Full Version : Errror in Mythweb-TVlist
RWN
May 4th, 2008, 05:17 AM
The last Day´s I get this Error
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php on line 291
What can I do ?
ian dobson
May 4th, 2008, 12:48 PM
Hi,
php is running out of memory. You can try increasing it by editing apache.conf (or /etc/apache2/sites-enabled/mythweb.conf) and adding/editing the line:-
php_value memory_limit 32M
32Mb is the default value, maybe try 48M.
I'm not sure exactly which file needs to be edited but it must be in the /etc/apache2/ directory or one of the subdirectories.
Regards
Ian Dobson
karlec
May 4th, 2008, 12:48 PM
You need to change the settings in mythweb.conf:
/etc/apache2/sites-available/mythweb.conf
Change the following line to a higher value:
php_value memory_limit 32M
I had to change mine to 250M in order to get the canned searches and the listing to work.
Hopefully that helps.
Cheers
SgtDude
September 9th, 2008, 02:24 PM
Thanks guys. I had exactly the same problem, and this fixed it quickly and effortlessly.
damirabal
December 1st, 2008, 11:13 AM
You need to change the settings in mythweb.conf:
/etc/apache2/sites-available/mythweb.conf
Change the following line to a higher value:
php_value memory_limit 32M
I had to change mine to 250M in order to get the canned searches and the listing to work.
Hopefully that helps.
Cheers
I used 256M ans still the canned searches fail. I'll try increasing it tonight.
Dennis
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.