Jump to content

[Solved] Fatal error: Out of memory


Recommended Posts

We use prestashop 1.5.1.0 multilang system. But yesterdays we get strange error - Fatal error: Out of memory (allocated 147849216) (tried to allocate 88 bytes) in /home/*/public_html/classes/ObjectModel.php on line 1465

 

But error throws only when we access one of all shops in multistore system.

Also in admin panel - CATEGORIES disappeared root category (and all subcategories) for this shop, but in multishop tab we can see this categony and assign to shop! No any changes was made in code or settings in last 20 days, only shops administrators worked with products. From their words...

It starts when they uploading category image for root category...

 

We try to use 512M of memory, but... no effect.

 

Any ideas?

Please help...

Edited by WEB EMBASSY (see edit history)
Link to comment
Share on other sites

since you didn't say how you changed it or how you verified that the change had an affect...

 

create file phpinfo.php in your root

 

<?php
phpinfo();
?>

 

then navigate to yoururl.com/info.php

 

here you can search for memory_limit to verify that any change you made worked...and what your php memory limit truly is...

Link to comment
Share on other sites

×
×
  • Create New...