WP Cron events not firing
-
Hi there, Recently migrated a shared hosted site to an office private server (Linux Apache / PHP 8 / MySQL) using a migrate plugin. Since doing so I have noticed troubles with scheduled cron jobs. I am using the plugin WP Control to keep track of cron jobs to see what is failing. Screenshot: https://ibb.co/cCMVL6W – You can see that some events do fire. Server error log.
PHP Fatal error: Uncaught Error: Failed opening required ‘/home/cpuser/public_html/wp-config.php’ (include_path=’.:/opt/cpanel/ea-php80/root/usr/share/pear’) in /home/cpuser/public_html/wp-load.php:50
PHP Warning: require_once(/home/cpuser/public_html/wp-config.php): Failed to open stream: Permission denied in /home/cpuser/public_html/wp-load.php on line 50
thrown in /home/cpuser/public_html/wp-load.php on line 50
#0 /home/cpuser/public_html/wp-cron.php(44): require_once()
PHP Fatal error: Uncaught Error: Failed opening required ‘/home/cpuser/public_html/wp-config.php’ (include_path=’.:/opt/cpanel/ea-php80/root/usr/share/pear’) in /home/cpuser/public_html/wp-load.php:50
PHP Warning: require_once(/home/cpuser/public_html/wp-config.php): Failed to open stream: Permission denied in /home/cpuser/public_html/wp-load.php on line 50
thrown in /home/cpuser/public_html/wp-load.php on line 50
#0 /home/cpuser/public_html/wp-cron.php(44): require_once()`The file “wp-cron.php” does exist.
Thank you in advance for any help you can share.`
- The topic ‘WP Cron events not firing’ is closed to new replies.