Jump to content

Fatal error: Out of memory


Recommended Posts

Hi,

 

Since 3 weeks ago I receive this error message when I click on products link in back office. (see prestashop.png)

 

My server information is the following ( see prestashop1.png)

 

Prestashop version 1.6.0.5

 

Any one can help me?

 

Thanks in advance

 

BR

post-493616-0-42879500-1402640155_thumb.png

post-493616-0-90992500-1402640168_thumb.png

Link to comment
Share on other sites

Hi All,

 

I solved the problem with this configuration on config.inc.php

 

/* Improve PHP configuration to prevent issues */
ini_set('upload_max_filesize', '16M');
ini_set('default_charset', 'utf-8');
ini_set('magic_quotes_runtime', 0);
ini_set('memory_limit','64M');

 

 

Thanks all
 

Link to comment
Share on other sites

×
×
  • Create New...