leonardodestefanis Posted April 18, 2016 Share Posted April 18, 2016 Hi, I have a serious issue when I try to view my catalog in back office. It works well but when I go to page 8 it crashes. Pages 1 to 7 works, page 9 works too, only page 8 crashes. I activated dev mode and it is the message that I have: Fatal error: Out of memory (allocated 61865984) (tried to allocate 5220 bytes) in /homepages/12/d609021688/htdocs/classes/ImageManager.php on line 485 Line 485 into ImageManager.php is "return imagecreatefromjpeg($filename); case IMAGETYPE_JPEG : default: return imagecreatefromjpeg($filename); break; } Anyone can help me please? Link to comment Share on other sites More sharing options...
tuk66 Posted April 18, 2016 Share Posted April 18, 2016 Increase memory at the server to at least 128M. Link to comment Share on other sites More sharing options...
leonardodestefanis Posted April 18, 2016 Author Share Posted April 18, 2016 I have memory limit at 256M..probably the shop manager of the website uploaded heavy images...may I solve this optimizing all images with a module like smushit? Link to comment Share on other sites More sharing options...
tuk66 Posted April 18, 2016 Share Posted April 18, 2016 So you are probably on shared hosting and 256M is promised value which can sometimes be as low as <64M. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now