AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: skynetwork2010 on February 21, 2012, 11:56:25 AM

Title: New Error "Allowed memory..."
Post by: skynetwork2010 on February 21, 2012, 11:56:25 AM
Hi Mr Team

Installation Finished Very good & Admin Section Working 100%
But : Front Store Not Working , White Page with error .

How to fix This error:

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 9448 bytes) in C:\AppServ\www\abantecart\core\lib\image.php on line 59


More infos :
**********
this file  " image.php " Exist in directory is this is the problem


Installed Test :
-----------------------
Package :
abantecart_0.9.0beta.zip

127.0.0.1/abantecart

Title: Re: New Error "Allowed memory..."
Post by: abantecart on February 21, 2012, 12:24:37 PM
Hi skynetwork2010

This issue related to limited memory set on your server or host.
AbanteCart in default php.ini is setting memory to 64M.
See php.ini file:
memory_limit = 64M;

Try to increase the memory to 64M or more.
You can read article below with instructions how to increase memory different ways. It is for Drupal, but the concept is the same
http://drupal.org/node/207036