AbanteCart Community

eCommerce construction => Installation and Configuration => Configuration => Topic started by: Tigerdoom on September 10, 2017, 12:57:08 PM

Title: Fatal error: Allowed memory size of XXX bytes exhausted
Post by: Tigerdoom on September 10, 2017, 12:57:08 PM
Hi Guys
Have read a similar post which is 120 days old so registering a new one.

I'm trying to upload 4-5000 products for our new Trophy website.
Samples have been created and exported to CSV file. New products have been added and imported via Import/Export tab.

The small ticker at the bottom of the page shows progress of import from 0% to 100% then it changes to 'waiting for trophydirect.co.uk'
After a few seconds I get presented with a white screen and the following message:

Fatal error: Allowed memory size of 385875968 bytes exhausted (tried to allocate 1 bytes) in /home/trophydi/public_html/trophydirect.co.uk/core/lib/data.php on line 391

The response offered in the old post I referenced earlier states to increase the memory limit via cPanel and/or php.ini file. These have both been done over the weekend, up to a max of 512MB but the error persists. The hosting provider has suggested it may be a problem with the data or the cart itself? Any ideas? Driving me mad  :(
Title: Re: Fatal error: Allowed memory size of XXX bytes exhausted
Post by: Basara on September 11, 2017, 01:42:58 AM
Hello.

Did you got this error when import small CSV, say 4 rows only?
Title: Re: Fatal error: Allowed memory size of XXX bytes exhausted
Post by: Tigerdoom on September 11, 2017, 09:19:56 AM
No, the CSV has 4-5000 rows.
Title: Re: Fatal error: Allowed memory size of XXX bytes exhausted
Post by: maxter on September 11, 2017, 12:26:19 PM
There is not enough memory to process your import. Try to split your import into smaller chunks.

FYI. In upcoming v1.2.11 import process will be improved with task processing and you do not need to break import CSV file into parts.
Title: Re: Fatal error: Allowed memory size of XXX bytes exhausted
Post by: Tigerdoom on September 11, 2017, 01:39:21 PM
There is not enough memory to process your import. Try to split your import into smaller chunks.

FYI. In upcoming v1.2.11 import process will be improved with task processing and you do not need to break import CSV file into parts.

Good advice that doesnt work both ways unfortunately. While I can now import 80 or 90 products, the same error returns when trying to export the product csv from the store...loosing patience with Abantecart  :(
Title: Re: Fatal error: Allowed memory size of XXX bytes exhausted
Post by: Basara on September 12, 2017, 02:20:23 AM
There is not enough memory to process your import. Try to split your import into smaller chunks.

FYI. In upcoming v1.2.11 import process will be improved with task processing and you do not need to break import CSV file into parts.

Good advice that doesnt work both ways unfortunately. While I can now import 80 or 90 products, the same error returns when trying to export the product csv from the store...loosing patience with Abantecart  :(

Hello. Can you confirm you have same problem in 1.2.11?
Title: Re: Fatal error: Allowed memory size of XXX bytes exhausted
Post by: Tigerdoom on September 12, 2017, 09:52:34 AM
Havent tried the updated version, trying to figure out this issue first. Did you see screen shots from my previous post?