Gerir os cookies que são utilizados para publicidade, como a personalização de anúncios, o remarketing e a análise de desempenho de anúncios.
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.