Moved to “Fixing WordPress”. This topic is not related to accessibility.
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://codex.ww.wp.xz.cn/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.
Christina, can we please see your .htaccess file? If you’re not sure how to find it, please let us know.
Hello,
Jackie, unfortunately, I don’t know how to access that :(.
Steven, thanks for the info but I’m still at a loss as I have no idea how or where to check the errors log nor how to enable wp_debug. I assume this is done in the admin part? I can’t access the admin, only my account where I see my domain and where it looks like everything is “fine”. I’ve contacted my host now…
Thanks,
Cristina
Hi, Christina. Accessing files is done either via your hosting provider’s control panel under ‘File Manager’ or similar, or an FTP client like Filezilla. Your hosting provider’s file manager is “in the account where you can see your domain & everything looks fine”, as you phrase it.
The file that Steve asked you to access is called wp-config.php. You’ll see a line there that says, in part, WP_DEBUG, ‘false’ He wants you to change that ‘false’ to ‘true’.
The .htaccess file is a hidden file, so you’ll want to ensure that the option to view hidden files is enabled. Because each hosting provider differs, I unfortunately can’t be more specific than that.
I had similar problem. The solution was to login to FTP, go to the wp-content/plugins folder, then one by one rename the plugin (for example add the letter x to the end of plugin folder), refresh you site until you see it. WPML was my culprit.
In my case I got the WordPress “database update required”, I clicked the “update WordPress database” button and the site was back online.
Hope this helps!
@marsviolet Thanks it helped me. It was woocommerce update which I had to rename and voila ! Thanks for taking time to write your solution appreciate