Skip to content

Persistent "New WonderCMS update available" message

Robert Isoski edited this page Apr 10, 2023 · 8 revisions

Why does the "Update" message appear

WonderCMS makes two verifications:

  1. Checks the version of your WonderCMS in index.php.
  2. Checks the latest version number from https://github.com/robiso/wondercms/blob/master/version
  3. If those two versions are different, the update message appears. In special cases when this check/comparison can't be made, this message will persist to show up.

Possible causes and solutions

  1. You are running WonderCMS on a local computer and cURL does not have a certificate.
  2. Your hosting package does not meet the minimum WonderCMS requirements (https://github.com/robiso/wondercms/wiki/Requirements)
  3. Your hosting package does not include cURL, which takes care of overwriting files from GitHub to your website/server.
    • Solution: contact your hosting provided to install cURL or if you have permissions, install cURL
Clone this wiki locally