WordPress Cheatsheet
Fix WordPress site errors
- “There Has Been a Critical Error on Your Website”
- Can’t acccess admin dashboard
Deactivate all plugins
- In cPanel, under Databases, open phpMyAdmin.
- In the table wp_options, under the option_name column find the active_plugins row.
Note: To find active_plugins, you may need to increase the viewable rows, then run text search.
- Increase number of rows.
- Press Ctrl + F, then search for active-plugins.
- Increase number of rows.
- Edit active_plugins.
- Replace existing option_value data to: a:0:{}
See https://wordpress.org/support/article/faq-troubleshooting/