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.
» Knowledgebase » WordPress Administration » Turn on WordPress Debugging
Turn on WordPress Debugging
Turn on Basic WordPress Debug mode
wp-config.php
in your website root directory for editingdefine('WP_DEBUG', false);
and replace with define('WP_DEBUG', true);
Summary: to enable basic debugging add the following line to wp-config.php:
define( 'WP_DEBUG, true );
Enable Debug logging
To enable logging to to the /wp-content/debug.log file add the following line to wp-config.php:
define( 'WP_DEBUG_LOG', true );
Display Errors and Warnings on Screen
To display errors and warnings add the following lines to wp-config.php:
define( 'WP_DEBUG_DISPLAY', true ); @ini_set( 'display_errors', 0 );
UK WordPress Support
We are a team of UK based WordPress experts offering WordPress help & support, WordPress site management and maintenance, content management services, one to one WordPress training and consultancy.
Need to chat? Contact Us Now!
WordPress Maintenance
Let us manage your plugin and theme updates, keep your WordPress website site running smoothly and your visitors happy!
One to One WordPress Training
We provide one to one WordPress training to individuals and companies all over the World!
Whether you are developing new skills for business or working on a personal project, we can support you, and your first trial session is free!
WPHelpDesk Difficulty Rating
Simple All WordPress users should be able to manage this
Basic You’ll need to to be familiar with adding content to a WordPress website
Intermediate You’ll need to know your way around most of the WordPress dashboard and be familiar with installing themes and plugins.
Advanced You will need to be comfortable with all aspects of WordPress Administration including installing and configuring themes and advanced plugins
Expert You will need to be comfortable with coding, editing databases and other tasks that could permanently damage your website. Proceed with caution!
No rating applied yet
0 Comments