Magento – How to i increase default magento execution time in all format

bugexportmagento-1.9PHP

I can't export my bulk products, both system->import/export->export and system->import/export->data flow-> , both process not working properly, but when i export db from my server and export my root folder of magento into my local pc, install root folder and import db sql in wamp, right after i get export my products. Actually in my store 30,000 products are there,

my export working only not working bulk export

enter image description here

Best Answer

Go to Magento root Foder open your .htaccess file and increase the value of Below variable

php_value max_execution_time 18000

If it is already 18000 then increase TO 36000 save clear your cache and try again.

Related Topic