AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: trundle on December 03, 2020, 09:50:09 AM

Title: Fatal Error on export
Post by: trundle on December 03, 2020, 09:50:09 AM
When I try to export my Products list, I am receive this error: 

"Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in C:\xampp1\htdocs\store\core\database\amysqli.php on line 85"

Do I need to allocate additional memory?
Title: Re: Fatal Error on export
Post by: Basara on December 04, 2020, 12:52:48 AM
Hello.
Try to increase the memory limit in your PHP settings. Ask the hosting provider to help you
Title: Re: Fatal Error on export
Post by: abantecart on December 08, 2020, 09:16:13 AM
trundle. I see that you are using xampp. You need to increase PHP memory

in xampp located in '\xampp\php\php.ini'

 search for this "memory_limit" and adjust it by your needs.
Title: Re: Fatal Error on export
Post by: rathoreshubhamm on August 11, 2021, 05:34:02 AM
Damm even I am having a similar kind of issue, I have searched all over the internet and even have posted on number of threads on different forum, no solution seems to work. I am really frustrated, can anyone of you here help me resolve this issue, I am very much tired now.
Title: Re: Fatal Error on export
Post by: Basara on August 11, 2021, 07:19:06 AM
Damm even I am having a similar kind of issue, I have searched all over the internet and even have posted on number of threads on different forum, no solution seems to work. I am really frustrated, can anyone of you here help me resolve this issue, I am very much tired now.

Hello. Increase the memory on your hosting or server. Another way is to export products in batches. Select the ID range from to
Title: Re: Fatal Error on export
Post by: Divya165 on September 08, 2021, 07:07:38 AM
Increase the memory limit in your PHP settings if possible. Request assistance from your hosting provider.