WP All Export not working correctly
-
I am using WP All Export to export all on stock products from the store (around 7500) but it is not working correctly. I have set up a cron job to schedule the export. In manage exports it says when it was last run but the file I get is not OK. There are still products inside which aren’t present in the store anymore. If I run the export manualy everything is fine.
These are the setting for cron job:
0 */3 * * 0-7 “At minute 0 past every 3rd hour on every day-of-week from Sunday through Sunday.”
curl?–silent?“https://***/wp-load.php?export_key=fmIabEsokZZ2&export_id=1&action=trigger” > /dev/null?
curl?–silent?“https://***/wp-load.php?export_key=fmIabEsokZZ2&export_id=1&action=processing” > /dev/null?
curl?–silent?“https://***/wp-load.php?security_token=b0bc92e21609c410&export_id=1&action=get_data” > /dev/null?
curl?–silent?“https://***/wp-load.php?security_token=b0bc92e21609c410&export_id=1&action=get_bundle” > /dev/null?
- The topic ‘WP All Export not working correctly’ is closed to new replies.