Fixing a Blank Manager Editing Pane After Saving a Resource
What to check when the Evolution CMS manager turns white after save and the resource tree stops refreshing automatically.
Evergreen recommendations for architecture, security, performance, SEO, deployment, and content structure.
What to check when the Evolution CMS manager turns white after save and the resource tree stops refreshing automatically.
A troubleshooting guide for cases where TinyMCE appears to inject strange tracking placeholders or counter markup into content.
How to diagnose package unpacking failures when phpThumbOf refuses to install in an Evolution CMS project.
How to debug PHPMailer SMTP connection failures by checking host, port, protocol, and network reachability instead of guessing at mail settings.
How to approach “Allowed memory size exhausted” errors inside dbapi.mysql.class when the manager is loading too much data at once.
Why TinyMCE can produce extra empty paragraphs around lists and nested structures, and how to approach cleanup without breaking intentional markup.
How AjaxSearch can fail when TV-based search fields are referenced incorrectly, leading to SQL errors such as unknown columns in the HAVING clause.
A practical incident-oriented note on spotting suspicious connector activity and WSO web shell indicators in a compromised MODX project.
Why API-mode scripts can fail with an undefined startCMSSession error and what that usually means about the bootstrap sequence in Evolution CMS.
How malformed URLs such as triple-slash paths can slip into Evolution CMS projects and why they should be normalized before they turn into indexing or routing noise.
Why tagManager filtering with AJAX can start returning 404s on paginated URLs and how to keep state, routing, and pagination aligned.
Why “Cannot modify header information” warnings appear after installing EvoGallery on older Evolution builds and how to debug the real output source.
A practical performance note on using Expires headers in .htaccess to improve browser caching for CSS, JavaScript, images, and other static assets.
Why eForm mail delivery can fail even when PHP mail works elsewhere, and what to verify first on hosted Evolution CMS projects.
A practical guide to adding canonical tags in Evolution CMS templates when multiple URLs or duplicate paths can point to the same content.
Why root-relative asset paths can break when an Evolution CMS project is opened through a nested URL or staging path, and how to keep asset links predictable.
Why the browser title and the visible H1 heading should often differ in Evolution CMS, especially on editorial and SEO-heavy pages.
What usually causes the "Too many forward attempts" error in a YAMS-based Evolution CMS site and how to debug the routing loop safely.
A practical look at AjaxSearch setups that fall into redirect loops, especially when homepage or excluded-document logic is involved.
How to debug eForm onMailSent hooks when the callback function looks correct but Evolution CMS still reports it as undefined.