mikaah
Forum Replies Created
-
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Cron Job (WP Export) not working@wpallimport can you please help?
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Cron Job (WP Export) not workingHello @wpallimport ,
So I have been in contact with my host and we have been testing different commmands to get a picture of what is going wrong.
This morning I updated them with some pictures when the processing URL was “activated”: https://prntscr.com/u7i2i0.
They are now telling me that the cronjob is working fine but that the plugin is somehow blocking my processing requests. The processing URL runs every 2 minutes and other than that I have no idea where to look at.Can you please assist me?
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Cron Job (WP Export) not workingHello WP All Import (@wpallimport),
Thanks for your quick reply.
So I added the trigger and processing URLs in this exact format from your screenshot:
wget -q -O /dev/null “https://www.abc.nl/wp-load.php?export_key=xxxxxxxx&export_id=88&action=processing”
wget -q -O /dev/null “https://www.abc.nl/wp-load.php?export_key=xxxxxxxx&export_id=88&action=trigger”The processing URL runs every 2 minutes and right now I’m testing the trigger URL at specific times so I can check more quickly. It seems that the cron job is being triggered: https://prntscr.com/u53gm4. After 20 minutes the time is just adding up and the export is not being finished.
When I go to the processing URL manually it gives me this message: https://prntscr.com/u53jds but the cron job is still displaying that its running.Do you suggest that I contact my host to see what is going wrong?