Bug involving wp-cron
-
Dear Patrick,
i’m running in to some problems with your plugin.
it worked great, but than out of a sudden it stopped generated static files.
pressing the purple ends up in no further action.i see “Received request to start generating a static archive” in the debugging log, but nothing more…i tried to run without wp-cron, use_cron is disabled.
i tried modding your code, and figured out, that i guess there’s a problem with our AND/OR/NOT logic in line # 264:using some brakets like this,
if ( 'on' === $this->options->get( 'use_cron' ) && ( ! defined( 'DISABLE_WP_CRON' ) || 'DISABLE_WP_CRON' !== true ) )
for the DISABLED_WP…. directivs made it work again.can you check this, and maybe fix in a next release?
all the best from east of Berlin,
Cheers,
Bernhard
- The topic ‘Bug involving wp-cron’ is closed to new replies.