Step::1 First of all login to your cPanel and go to File Manager

Step::2 Go inside public_html and then open your WordPress installation directory i.e public_html/Wordpress

Step::3 Now find wp-config.php file and right click over the file and choose the Edit option

Step::4 Copy the code given below and paste it in the wp-config.php file
define( 'WP_DEBUG',true);
define( 'WP_DEBUG_LOG',true);

Step::5
Click on Save Changes

Step::6
Now go to “wp-content” folder and open debug.log file to check the error log and solve it accordingly.

Visit our Blog for more details. You can also watch the video here

Was this answer helpful? 0 Users Found This Useful (1 Votes)