1
Need help? Book our fixed price WordPress Support service.
If your WordPress website is not loading or is experience other errors, it may be useful to turn on debug mode. This will output messages to the screen that may be useful in identifying a website issue.
wp-config.php
in your website root directory for editingdefine('WP_DEBUG', false);
and replace with define('WP_DEBUG', true);