Blog Sections Open
Restoring the Blank Resource Editor in Evolution CMS
What to check when documents open to a blank editing pane while chunks, snippets, plugins, and templates still edit normally.
A blank document editor is one of those manager failures that feels mysterious because the rest of the backend still works. In the original case, chunks, snippets, plugins, and templates edited normally, but opening a document showed an empty editing area.
That usually means the problem is not the whole manager. It is the resource form itself: its JavaScript, a plugin hooked into document editing, a broken custom widget, or cached manager assets that no longer match the current code.
Check the resource form layer first
- Disable recently added ManagerManager widgets or custom document-form plugins.
- Clear browser cache and the Evolution manager cache.
- Open the browser console and check for JavaScript errors on the edit page.
- Compare the document edit template against a clean install if the manager was customized heavily.
If only resource editing is broken, focus on document-form hooks such as OnDocFormRender, custom widgets, and injected scripts. Those are much more likely causes than the core parser or database itself.
The fastest path is usually to disable custom manager enhancements one by one until the resource form loads again. Once the pane comes back, you can isolate the exact extension or script that broke it.
Fixing Escaped Quotes in JotX Comment Output
Why JotX comments can start showing backslashes before quotes and what to normalize before rendering comment text.
Providing Placeholder Images for Products Without Uploaded Photos
A practical way to keep catalog pages visually consistent by showing fallback image previews when many products have no uploaded photos yet.