Saturday, December 20, 2008

MythWeb Search fatal error: Allowed memory size of 33554432 bytes exhausted

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) /var/www/localhost/htdocs/mythweb/modules/tv/search.php

Check my php.ini settings, all set to 128M. So why does it complain about 32M ? Found the culprit in /var/www/localhost/htdocs/mythweb/.htaccess :

php_value memory_limit 32M

Changed to 64M and the search works again.

No comments: