I have been struggling with a new Prestashop install and the Out Of Memory issue. I thought everything was solved when I put a PHP.ini file into the root of the site with the memory setting set to 128MB.
I can not view any modules, when I click on the modules tab. It comes up with the following error; Fatal error
: Out of memory (allocated 33816576) (tried to allocate 7680 bytes) in
/home/andywolv/public_html/tic/classes/Module.php(581) : eval()'d code
on line
1 ..This error usually changes, with different lines, or even module page.
I have googled the issue, and followed various troubleshooting guides, such as, editing the .htaccess file sadly that makes the Internal Server Error 500 occur.
Configure the 'configue.inc.php' file and add ini_set('memory_limit', '128M');
Configure the php.ini - sadly I cannot access the original file, and so created another php.ini file and placed it into the root of the site.
Any help much appreciated.
Thanks