Error in cron – status: 403
-
I have set up a cron job.
I wrote down, as my hosting provider advised me:/opt/php/7.3/bin/php-cgi -f /var/www/***/data/www/site.com/wp-load.php import_key=*** import_id=5 action=trigger/opt/php/7.3/bin/php-cgi -f /var/www/***/data/www/site.com/wp-load.php import_key=*** import_id=5 action=processingThe first task runs once a day. The second task runs every 2 minutes.
The file is updated on schedule, everything is ok. But there is a problem with the second task – notifications with the following content are constantly received on my email:
{"status":403,"message":"Import #5 is not triggered. Request skipped."}Moreover, these reports come at different times. The daily update is set to 1 am. And messages with errors arrive at 6 am, 11 am, 8 pm, etc.
The hosting provider does not understand what this is connected with. It is advised to contact the plugin developer and clarify with you what this error may be related to.
The topic ‘Error in cron – status: 403’ is closed to new replies.