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?
Hello.
Try to increase the memory limit in your PHP settings. Ask the hosting provider to help you
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.
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.
Quote from: 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.
Hello. Increase the memory on your hosting or server. Another way is to export products in batches. Select the
ID range from to
Increase the memory limit in your PHP settings if possible. Request assistance from your hosting provider.