A plugin can cause a WordPress login loop, blank page, or server error after an update or configuration change. The goal is to restore access while changing as little as possible, then identify the responsible plugin before returning the site to normal.
Confirm that a plugin is the likely cause
Note when the issue started and whether it affects the public site, the dashboard, or both. If you can still reach the dashboard, deactivate the suspected plugin there first. When the dashboard is unavailable, WordPress documents two recovery paths: a hosting file manager and phpMyAdmin for administrators familiar with that tool.
Use cPanel File Manager for the least-invasive recovery
- Sign in to the hosting account and open File Manager.
- Locate the WordPress installation and its plugin directory.
- Temporarily rename the plugin directory to deactivate all plugins without deleting their files or settings.
- Test the affected public page and try the WordPress login again.
- Restore the original directory name, then reactivate plugins one at a time until the failure returns.
That sequence gives you a clean comparison: if the site works with plugins inactive and fails after one is restored, you have a focused compatibility or configuration issue rather than a reason to make broad server changes.
Use phpMyAdmin only when you understand the site database
phpMyAdmin can disable all plugins from the WordPress database, but it is easier to affect the wrong site or setting when accounts host multiple installations. Use it only when File Manager is unavailable or you are comfortable identifying the correct WordPress database. If either point is uncertain, ask the host or a qualified support provider to help instead of guessing.
Recover, update, and verify
Once access returns, update the responsible plugin only after reviewing its changelog and compatibility notes. Test the original failure path, a normal public page, and any important form or store flow. For a blank page or server error that remains when plugins are inactive, use our WordPress blank-page and error troubleshooting guide.
Keep WordPress core, themes, and plugins on supported releases using our safe WordPress update checklist. For hands-on recovery help, visit FixItPhill WordPress Support.


