AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Loreto on October 12, 2013, 04:09:36 PM

Title: backup php error
Post by: Loreto on October 12, 2013, 04:09:36 PM

Hi, when I try to make a backup, selecting "Resource Library Files" box, I get the next php error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1401857 bytes) in .../core/lib/targz.php on line 171

If I make the backup without Resource Library Files, everything is ok.

How can I fix the error?

Thank you.
Title: Re: backup php error
Post by: abantecart on October 13, 2013, 09:53:22 PM
There is it not enough memory in PHP set for full backup to be completed. You can increase this setting.

If you have access to your php.ini, increase the max memory size.

Or even in your .htaccess

php_value memory_limit 128M
Title: Re: backup php error
Post by: Loreto on October 14, 2013, 03:31:46 PM
Thank you, I'll try it