+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Cronjob not updating sitemap.xml

  1. #11
    I get following error on my dashboard

    Please check the cron configuration; it hasn’t been run since May 16, 2022.

    How may I change the configuration of cron

  2. #12
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Hello,

    You need to follow the instructions on your hosting (on the cron page) where you can see an example of the cron command and path to your script

    or create a ticket to check this issue
    Last edited by Rudi; March 30, 2023 at 02:18 AM.

  3. #13
    Hi Rudi,

    I can see settings on Admin Panel, as well as cPanel. All looks ok.

    Cron does not run still.

    I have not changed anything since last CRON run

    Do I need to add anything to cPanel?

  4. #14
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Probably, the problem is in the cron code which may cause a MySQL error. It's necessary to debug it

    You can enable the debug mode in config.inc.php file > RL_DEBUG > true

    then in cron directory rename .htaccess file to t.htaccess and open cron file in your browser: https://your_domain/cron/index.php

    it should display the error if it exists

+ Reply to Thread