Closed wcanermaster closed 8 years ago
Same or similar here.
The file CCron.php in /wp-filebase/classes is missing.
Till it's fixed you can delete the following from /wp-filebase/classes/Core.php (line 107);
if (defined('DOING_CRON') && DOING_CRON) {
wpfb_loadclass('CCron');
WPFB_CCron::SetLogFile(self::GetLogFile('ccron'));
WPFB_CCron::doCron($_GET);
}
Thanks for fast response! Great job..
After updating the wordpress to new version 4.4.1, the wp-cron file was changed and there has occured a problem on crons. When i run the link 'http://www.website.com/wp-cron.php?doing_wp_cron', the problem 'WP-Filebase Error: Could not include class file 'CCron'!' has been appaired. Thus, my wordpress and other apps using cron do not work properly.
I have find the new rows which are ''if (defined('DOING_CRON') && DOING_CRON) { wpfb_loadclass('CCron'); WPFB_CCron::SetLogFile(self::GetLogFile('ccron')); WPFB_CCron::doCron($_GET); }" added on WP-cron and probably causing the problem.