php - Joomla Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1048576 bytes) -
i'm running joomla 1.5.8 on live server. can make changes website such text content updates in articles. modification module returns titles error error reporting on.
without returns generic server error 500.
i've tried changing permissions of alot of different folders , have tried manipulate htaccess file still have had no luck. did not setup site , have been brought project functioning features existing, cannot make changes them or new ones.
full error is: fatal error: allowed memory size of 33554432 bytes exhausted (tried allocate 1048576 bytes) in /var/www/vhosts/mydomain/httpdocs/libraries/joomla/filesystem/file.php on line 147
try setting
ini_set('memory_limit', '-1');
Comments
Post a Comment