Cron Job (WP Export) not working
-
Hello,
I’ve been using WP All Import and Export cronjobs for more than a year right now. This week I found out that these cronjobs (for WP Import and WP Export) weren’t working anymore. I tested out a lot of syntax variants and eventually I got the cronjob for my WP Import working.
All Import
This is now my command for the WP Import where it is working. Initially these commands didn’t contain the quotation marks, now with quotation marks this command activates my import again.wget –spider “https://www.abc.nl/wp-load.php?import_key=XXXXXXX&import_id=1&action=trigger”
wget -q –spider “https://www.abc.nl/wp-load.php?import_key=XXXXXXX&import_id=1&action=processing”
All Export
For All Export I unfortunately haven’t figured out what is going wrong. I initially went for the exact same command as WP Import but this didn’t work. At this moment the trigger is triggering the export but it will not finish (https://prntscr.com/u20lqs).
When done manually this export takes max. 1 minute to finalize.Here are my commands:
wget -O- https://www.abc.nl/wp-load.php?export_key=ZZZZZZZ&export_id=5&action=triggerwget -q -O- https://www.abc.nl/wp-load.php?export_key=ZZZZZZZ&export_id=5&action=processing
Can someone please help and check what is going wrong with the All Export cronjob?
And see if the All Import cronjob is setup correctly?
What I’m also wondering if there were some changes made that caused my original cronjobs to not work anymore, is someone aware of that or experienced it also?Thanks in advance!
- The topic ‘Cron Job (WP Export) not working’ is closed to new replies.