AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Bappy on October 08, 2015, 12:04:08 PM

Title: Can not Update the latest version
Post by: Bappy on October 08, 2015, 12:04:08 PM
Hi . I am using AbanteCart V1.2.2 .  but trying to update but always getting error .here is the error  massage

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 82 bytes) in /home/exeobdco/public_html/core/database/amysqli.php on line 84
Title: Re: Can not Update the latest version
Post by: abolabo on October 08, 2015, 12:30:37 PM
you can try to increase memory limit size twice for php.
see in your php.ini memory_limit directive. (https://github.com/abantecart/abantecart-src/blob/master/public_html/php.ini)
if you have 64MB try to set 128, 256, 512.

Also check your database size in CPanel and your actual disk quota.