cancel
Showing results for 
Search instead for 
Did you mean: 

"No Valid Data Send Error" - during export products via System->import/Export->Export

"No Valid Data Send Error" - during export products via System->import/Export->Export

I get error like "No Valid Data Send Error" during export products via System->import/Export->Export. Actually this is memory problem may be, how can i solve this error.

1 REPLY 1

Re: "No Valid Data Send Error" - during export products via System->import/Export->

If you suspect in your memory settings, just add following lines into your .htaccess:

# Increase the memory limit to 1G
php_value memory_limit 1G

# Define the script timeout after 1 hour
php_value max_execution_time 3600

I suspect on your Magento and code, so next time you run export, open the developer's console (in your browser), and check the ajax call's response, maybe it gives you more information (maybe it's error 500).

 

 

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue