The quickest way to know why WordPress is throwing this error or what’s causing the problem. Edit your wp-config.php from WordPress’s root folder then follow final steps on this post below.
Turn on debug mode so you can find more details about the issues you are facing. Try to find errors log in your FTP that can also guide you about problem.
//Turn on Debug Mode.
//Find following like in wp-config.php and replace FALSE with TRUE
//FIND
define(‘WP_DEBUG’, false);
//And replace with
define(‘WP_DEBUG’, true);
-
This reply was modified 3 years, 9 months ago by rocio25.
-
This reply was modified 3 years, 9 months ago by Yui. Reason: spam links removed