Blog Sections Open

Fixing a Blank Manager Editing Pane After Saving a Resource

A troubleshooting guide for white-screen manager edit panes and stale resource trees in older Evolution CMS manager builds.

A blank right-hand editing pane after clicking Save is usually a manager-side JavaScript or asset-loading problem, not broken content. In the reported case the resource tree also stopped refreshing until it was reloaded manually, which points to the same layer: the manager UI completed the save, but the post-save client-side refresh failed.

Common causes

  • cached or mixed versions of manager JavaScript files after an update
  • a browser-side script error caused by a plugin or custom manager extension
  • broken manager theme assets or partially uploaded core files
  • server-side notices or warnings leaking into the HTML response

What to check

  1. Open the browser console and look for JavaScript errors right after saving.
  2. Clear the Evolution CMS cache and the browser cache together.
  3. Temporarily disable recent manager plugins or custom manager widgets.
  4. Compare manager core files with a clean package if the problem started after an update.
  5. Check the PHP error log for warnings emitted during the save request.

If the resource actually saves but the UI breaks afterward, focus first on client-side manager assets and recently added backend customizations. That is usually faster than debugging the content itself.

Newer post

Cleaning Up Script Injections That Appear Near the Closing HTML Tag

What to check when external malware scripts are injected near the end of public HTML output on Evolution CMS sites.

Older post

Why TinyMCE Can Insert Unexpected Tracking Code into Content

A troubleshooting guide for cases where TinyMCE appears to inject strange tracking placeholders or counter markup into content.