bernardopiresfernandes Posted May 30, 2012 Share Posted May 30, 2012 Hello. I m having problems to upload images to my prestashop, doesn t matter the image size always I got this error. Fatal error : Out of memory (allocated 30408704) (tried to allocate 6616 bytes) in /homepages/44/d250617580/htdocs/other domains/prestashop/images.inc.php on line 238 My php has a memory_limit of 90M In the beginning my prestashop was fine, I had no issues with memory allocation, the problem start when I reinstall the software. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 30, 2012 Share Posted May 30, 2012 You *Think* your php is set to 90MB, but if you see (allocated 30408704) then is really only has 32MB. You can check out our blog about php.ini to see how it works, and how to check if the settings you have in php.ini are actually applied. http://presto-changeo.tumblr.com/post/17589539698/understanding-php-ini-how-and-why-you-need-one Link to comment Share on other sites More sharing options...
Mike Kranzler Posted May 30, 2012 Share Posted May 30, 2012 Hi bernardo, If you put the file I've attached into the root over your store over FTP and then navigate to www.yourstore.com/phpinfo.php, you should be able to confirm the specific PHP memory_limit value for your store. phpinfo.php I hope this helps. -Mike Link to comment Share on other sites More sharing options...
shacker Posted May 31, 2012 Share Posted May 31, 2012 in some servers you can use this free module to change your memory limit http://catalogo-onlinersi.net/en/back-office-prestashop-modules/304-debug-prestashop-module.html Link to comment Share on other sites More sharing options...
Recommended Posts