-
-
Notifications
You must be signed in to change notification settings - Fork 166
Persistent "New WonderCMS update available" message
Robert Isoski edited this page Apr 10, 2023
·
8 revisions
WonderCMS makes two verifications:
- Checks the version of your WonderCMS in index.php.
- Checks the latest version number from https://github.com/robiso/wondercms/blob/master/version
- 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.
- You are running WonderCMS on a local computer and cURL does not have a certificate.
- Solution: install a certificate on your local computer: https://stackoverflow.com/questions/14987857/what-exactly-is-cacert-pem-for
- Your hosting package does not meet the minimum WonderCMS requirements (https://github.com/robiso/wondercms/wiki/Requirements)
- Solution: ensure your hosting package has everything provider or use our hosting partner solution https://www.wondercms.com/hosting
- 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
Still need help?
- Ask a question or make a request in the community.
- Official website
Intro
- Home
- Demo
- Download
- One step install
- Requirements
- 5 file structure
- List of hooks
- Included libraries
- Create theme in 8 easy steps
- Create a plugin
- Custom modules
- Translations
- All security features described
Basic how to's
- Backup all files
- Change default login URL
- Change default password
- Create custom page template
- Create new editable areas or editable blocks
- Edit 404 page
- Get data from database
- Set data to database
- Hide page from menu
- Caddy web server config
- IIS server config
- NGINX server config
- Login
- Recover login URL
- Reset password
- Restore backup
- Update
- PHP built in server
Themes
- Create theme in 8 easy steps
- Add favicon
- Theme tags
- Update theme to work with WonderCMS 2.0.0
- Update theme to work with WonderCMS 3.0.0
- Share your themes with Custom modules
Plugins
- Quick intro on creating plugins and List of hooks
- Share your plugin with simply with Custom modules
Security
- All security features described
- Add SRI tags to your theme libraries
- Always redirect to https and www
- Additional security configuration(s)
- Add SRI tags to your theme libraries
- Better security mode (HTTPS and other features)
Features description
- One click update
- Optional: functions.php file
- Default database.js
- Allowed extensions file types for uploads
- Login URL doesn't work - 404
- 500 internal server error
- Persistent "New WonderCMS update available" message
- URLs mailformed on Windows IIS
- Other errors