I cannot export order list from Magento backend. When I am trying to do it, I am getting below error.
It would be appreciable if someone can help to resolve this problem.
I cannot export order list from Magento backend. When I am trying to do it, I am getting below error.
It would be appreciable if someone can help to resolve this problem.
PHP likely ran out of some sort of resource. When I import or export out of Magento 1, I always adjust the values for the following PHP settings:
upload_max_filesize
post_max_size
max_input_time
memory_limit
max_execution_time
session.gc_maxlifetime
This can be done using the php.ini file, or can usually be temporarily overridden in your .htaccess file in the root of your server.