Categories
PHP Website

Tips: The site is experiencing technical difficulties

when you go to /wp-admin

Open the website, you receive a message: “This site is experiencing difficulties.

And if you open admin page, it added another detail as: “This site is experiencing difficulties. Please check your site admin email inbox for instruction

So it’s telling you check email of an Admin user and of course, if you are lucky, you may see that in email in your inbox or in spam folder as example:

So with above message it would tell you how to fix your website.

How about if not (see, or still error)?

Here is the steps to resolve it.

1. Enable Debug Mode in “wp-config.php”

Place following code before the comment /* That’s all, stop editing! Happy publishing. */

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false );

/* That's all, stop editing! Happy publishing. */

2. Find the “debug.log” file at: /wp-content/debug.log

This will help you fix your website

And don’t stop there, you may need some more helper, scan to look for other issue in your website, I recommend you to install a plugin after your website up and running: WordFence, it will help you to look up also any threat that might install in your website.

Good luck to make your site back, and let me know if it’s helping or anything else we can share.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.