Blog Sections Open
Fixing Manager 500 Errors After Updating Evolution CMS 1.0.15
A practical post on the targeted 500 errors that can appear in the manager after an update even when the site itself still runs.
A manager-side 500 error is especially frustrating when it appears only on specific actions such as editing one document or opening one tab. In the donor case, the failure appeared on a manager URL like manager/index.php?a=27&id=17 after an Evolution CMS update.
This kind of bug usually means the upgrade exposed a problem in the manager stack rather than the public site: a plugin, widget, TV binding, or manager-only integration is failing under the new environment.
What to inspect first
- PHP version compatibility with the updated build.
- Manager plugins and widgets that run on the failing action.
- Document-specific TVs or custom manager extensions attached to the resource being edited.
The quickest way forward is usually to isolate manager-only extensions and re-enable them one by one. If the frontend still works, the fault is often narrower than the initial 500 makes it seem.
Cleaning Up Duplicate Resources with the Evolution CMS API
How to use the Evolution CMS API to identify duplicate resources and remove them safely in bulk.
Fixing KCFinder Breakage After Updating to Evolution CMS 1.1b-d7.1
How to troubleshoot KCFinder failures after updating Evolution CMS, especially on older cp1251-based installations.