Blog Sections Open
Fixing the “Delete Locks” Tool After Moving a Site to Another Host
If the lock-cleanup button stops doing anything after a host move, compare the migrated manager scripts and environment assumptions before chasing content issues.
A broken Delete Locks action after a migration is a strong sign that some manager-side behavior no longer matches the new host environment. Because the UI may still render normally, it is easy to miss that the underlying action script or request path is failing.
Useful checks
- browser console and network requests for the lock-delete action
- manager script paths after the migration
- permissions or session issues on the new host
- whether the migrated manager files differ from the expected build
Migration bugs like this rarely live in the data itself. They usually live in the manager action layer or the environment around it.
Investigating a Hacked `site_url` That Redirects the Entire Site Elsewhere
How to investigate a compromised Evolution CMS site when the base URL begins pointing to a malicious or unknown domain.
What an Intermittent Blank Resource Editor Usually Means in Evolution CMS
How to think about manager edit panes that periodically go blank and then recover later without any obvious action.