• Resolved carnets2routards

    (@carnets2routards)


    Hi,

    First thanks for your work! I’m using WP-Optimize manually since a while and everything’s OK for now. I wanted to scheduled the database optimisation but the states says:
    “There was no scheduled optimization
    Scheduled cleaning enabled Next schedule: 21/08/2024 09:48″

    Obviously something went wrong ^^
    Clicking on the Update link just next to the date don’t do anything. I have other CRON on the website and they’re running OK.

    Thanks in advance for any help!
    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support wpmansour

    (@wpmansour)

    Hi there!

    Thanks for reaching out, and I’m glad to hear WP-Optimize has been working well for you! I understand you’re having issues with the scheduled database optimization not running.

    To fix this, please check your wp-config.php file for the following line:

    define('DISABLE_WP_CRON', true);

    If this line is present, remove it or change true to false to enable WP-Cron.

    If WP-Cron is already enabled but still not working, we can try an alternative setup or manually configure a server-side cron job to ensure your scheduled tasks run properly.

    Let me know if you need further assistance with this!

    Best regards,

    • This reply was modified 1 month, 2 weeks ago by wpmansour.
    Thread Starter carnets2routards

    (@carnets2routards)

    Hi @wpmansour ,

    Thanks for your answer. I did find this line in the config file. I’m setting it on false on the development website to test but I reckon if it was added, there’s a reason.

    I know there is a scheduled CRON on the server. By enabling wp-cron again, could I mess up with something else?

    Thanks for your time and insight!

    Plugin Support vupdraft

    (@vupdraft)

    Apologies for the delay, if you have set up a real cron then it’s common to disable the scheduler.

    How often is your cron job running, it may be that you need to schedule it to run more frequently.

    Thread Starter carnets2routards

    (@carnets2routards)

    Hi @vupdraft , no worries for the delay and sorry for mine ?? Thanks for your insight.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.