2.14.5.12. Enable debug mode in Drupal

Open the site configuration file using the built-in file manager or any FTP client and add the following line to it:

$config['system.logging']['error_level'] = 'verbose';

After identifying the causes of errors on the site and resolving them, it is recommended to disable the debug mode. To do this, simply remove the added line.

Content