Jump to content

Can't see catalog in BO, fatal Error Imagemanager.php


leonardodestefanis

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...