• 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

Viewing 1 replies (of 1 total)
  • @berniquh You’re a genious ?? Had the same problem (although I never worked with the cronjobs and always executed manually, but that didn’t work anymore as described) and @berniquh solution made it work for me… Can confirm the error and solution. Fixed it manually. Please add to next release. Thanks a lot for the great plugin!

    • This reply was modified 2 years, 8 months ago by chakmear.
    • This reply was modified 2 years, 8 months ago by chakmear.
Viewing 1 replies (of 1 total)
  • The topic ‘Bug involving wp-cron’ is closed to new replies.