mummysparadise Posted May 19, 2014 Share Posted May 19, 2014 Hi, How are you? Is that someone can help with memory limit? I can see in Back office of my site showed in server information my memory limit is 64M but I had asked my hosting provide to increase to 128M and they did. I can see php info showed 128M but in Back office server informaiton. it still show me 64M. Is that anybody know why it not changed in my back office server information? Thank you. P.S. My Prestashop version is latest 1.6. Link to comment Share on other sites More sharing options...
tuk66 Posted May 19, 2014 Share Posted May 19, 2014 The memory limit shown in Back Office comes from ini_get('memory_limit') command. I've seen more times that PHP system variables aren't correct. Ask you server administrator how it works on their server. Link to comment Share on other sites More sharing options...
mummysparadise Posted May 20, 2014 Author Share Posted May 20, 2014 Thank you for response. I checked with my service provider that they said had set to 128M to me, they also sent me the php info.php link to show me it already come as 128M. I also add "ini_set("memory_limit","128M");" in config/configuration.inc.php but it still show me 64M. Link to comment Share on other sites More sharing options...
mummysparadise Posted May 20, 2014 Author Share Posted May 20, 2014 Hi, I also find out the memory_limit in my hosting public_html/ is 128M but in public_html/"subfolder" is 64M. How do I solve it? Thank you. Link to comment Share on other sites More sharing options...
mummysparadise Posted May 20, 2014 Author Share Posted May 20, 2014 Ok now, Problem Solved. I just copied the php.ini from my public_html/ to the public_html/"subfolder" then working perfect. Link to comment Share on other sites More sharing options...
kishan soni Posted March 8, 2015 Share Posted March 8, 2015 i m uploading an img of 611kb and this error occurredAn error occurred while copying image, check your memory limit.how to change limit of uploading img size ? Link to comment Share on other sites More sharing options...
doekia Posted March 8, 2015 Share Posted March 8, 2015 Assuming your shop will have a decent number of features and modules, you might consider rising the value more in the area of 512M btw! Link to comment Share on other sites More sharing options...
Recommended Posts