Is it me? there are 8k products in the DB right now, 1.3.x was able to export this amount, but how come 1.4.0.1 is timing out? Can someone clarify / allow a work around aside from tedious ones?
I have increased it to 2 hours (the MAX) and still got nothing ...Export feature for mass products is broken in my opinion, and i hope is considered when the next update comes out.
you must make a cronjob that triggers a small script that runs a profile base on the id.
<?php //THIS SCRIPT JUST INITIALS THE PROFILE TO BE RUN VIA MAGENTO ADMIN "RUN PROFILE IN POPUP". Its the same thing as click just via this file that you can run via cron $profileId = 8; // SYSTEM - IMPORT/EXPORT - ADVANCED PROFILES <-- you need to go into your magento admin and grab the exact profile ID
@viniati, we’re not even able to export 1000 products anymore on 1.3.2.4, how did you manage to export that many? We have our settings maxed out almost:
Well I did the cron job but still it is just not enough. However to earlier response, I am able to export about 3500 products at a time. Just sux there is no froogle feed for the 1.4.0.1 yet. I need to learn to code the software.
I get this error when running ithe script through SSH:
PHP Fatal error: Class ‘Mage_Exportextension_Model_Modifier’ not found in /usr/.com/mage/app/code/core/Mage/Dataflow/Model/Convert/Action/Abstract.php on line 185