Comment to '9.0.0-RC10'
Comment to 9.0.0-RC10
  • Hi Rowena,

    This seems like a cron problem.
    Updates are processed through cron jobs.
    Add this command to your crontab :
    * * * * * /usr/bin/php -q /yoursitedirectory/periodic/cron.php
    From ssh:
    crontab -e
    If you are using cpanel there is also the section to add cron jobs there.
    As the upgrade is not processed, your module scripts are giving version error.

    • Hi Cem,
      Thank you for your help! I'm feeling a bit out out of my depth here.
      I managed to add the command and now have a new message which states "No input file specified."
      I am using cPanel.
      Any suggestions what to do next?
      Thanks again

      • Hi Rowena!

        So did you try to insert command which was shown to you by Cem? Did you enter there your real path to PHP and periodic/cron.php files in your server?

        • Where and in which condition is this message seen ?
          Can you give more details?
          (You may also ask your hosting company to add the cron job for you.)