My WordPress Dashboard Not Work

[ad_1]

Hi @berry12

You need to enable debug mode in WordPress, follow these steps:

  1. Access your website files via FTP or your hosting File Manager.
  2. Open the wp-config.php file located in the root directory of your WordPress installation.
  3. Look for the line that says define( 'WP_DEBUG', false );.
  4. Replace the code with this code below:
define( 'WP_DEBUG', true )
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 1 );

4: Save the file and reload your site. Error messages should now be displayed on the page.

Remember to disable this after troubleshooting by setting WP_DEBUG and WP_DEBUG_DISPLAY back to false, as displaying errors publicly can expose sensitive information.

Let me know how it goes. Thanks

I think the issue was solved @sterndata . It was showing Critical Error message when I viewed the site.

Finally my website is working ❤️

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer