Errors like this are logged. Check the error log on your server. If you can’t find the log, please contact your host.
Meantime, enable wp_debug and wp_debug_log and after an error, look at wp-content/debug.log to see if anything gets logged there. https://ww.wp.xz.cn/support/article/debugging-in-wordpress/
You can also try this: Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
If you cannot access wp-admin, there are other ways to deactivate plugins: https://ww.wp.xz.cn/support/article/faq-troubleshooting/#how-to-deactivate-all-plugins-when-not-able-to-access-the-administrative-menus
Hey @brandonjohnsondev,
Since the error come after updating the theme, you may need to deactivate the theme. You need to access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme astra to _astra. This will force the default theme to activate. Then login back into the dashboard.
If this doesn’t help, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
Additionally, you can contact your hosting provider, and they will help you access the error logs. They should help you point out if the problem came from a theme or plugin. After that, consider contacting the theme or the plugin support forum to fix the issue.
Kind Regards,
Erick
Hi @sterndata and @r1k0,
I was able to disable the astra theme in the file manager and it appear to be working again. Much appreciated!
Brandon