phpdeveloper Posted August 25, 2014 Share Posted August 25, 2014 (edited) Hi anyone, Please help me., I am getting this error when i live the prestashop 1.6 PHP Fatal error: Out of memory (allocated 3932160) (tried to allocate 72 bytes) in public_html/classes/Cookie.php on line 78PHP Fatal error: Out of memory (allocated 3932160) (tried to allocate 3072 bytes) in public_html/classes/PrestaShopAutoload.php(108) : eval()'d code on line 1 Thanks in advance Edited August 25, 2014 by phpdeveloper (see edit history) Link to comment Share on other sites More sharing options...
cristic Posted August 25, 2014 Share Posted August 25, 2014 You need to increase your memory limit from php.ini memory_limit = ... This if you are using a VPS. If you are on shared server, ask your provider for this. Link to comment Share on other sites More sharing options...
vekia Posted August 25, 2014 Share Posted August 25, 2014 btw. 3932160 bytes is about 3mb.... very very poor value. prestashop to run smothly needs at least 64 mb more informations about system requirements here: http://www.prestashop.com/en/system-requirements Link to comment Share on other sites More sharing options...
WilsonEdwards Posted August 28, 2014 Share Posted August 28, 2014 These types of errors show when there is HTML coding errors or function error in PHO code. Please solve these all errors and increase server space. Link to comment Share on other sites More sharing options...
phpdeveloper Posted August 28, 2014 Author Share Posted August 28, 2014 (edited) Yes I am using VPS. I asked this to service provider. they increased the memory limit and installed GD. Problem Solved. Thanks for all. Edited August 28, 2014 by phpdeveloper (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts