How do I turn on error messages in my wordpress website?

To enable debug mode in your WordPress site you need to change the following in the wp-config.php file.

define('WP_DEBUG', false); should be changed to define('WP_DEBUG', true)

You can do this through the File manager in the https://control.mijnhostingpartner.nl


How do I turn on error messages in my wordpress website?


This is what the file looks like at first.

How do I turn on error messages in my wordpress website?

This is how the file should be. Once you have modified this click on Save and the debug mode will be on.

How do I turn on error messages in my wordpress website?