Unable to use cronjobs with the plugin
-
Hello,
I’m trying to figure out why the plugin doesn’t allow me to run the cron-job.php file whichever way I try on an intranet website.
The ‘cron-job.php’ file is among the files allowed within the configuration, and it doesn’t matter whether I try executing it as CLI or UI: I get a white html page, with a WPO365 error message when I check on the log/show html source code, and it seems to be a WPO365 redirect error, from the <div> ids and message I can see.I thought it might be the cron script itself that might cause the issue, but it occurs before it even fires, on that very line:
“require(‘wp-load.php’);”
I went down the rabbit hole, which goes through loading wp-config.php, then wp-settings.php, upon which it fails at the “do_action( ‘init’ );” line.Do you have any idea how that could be and whether I may solve it?
- The topic ‘Unable to use cronjobs with the plugin’ is closed to new replies.