To Enable Drupal 8 Error Reporting, Put This code at top of sites/default/settings.php.
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
$config['system.logging']['error_level'] = 'verbose';
- Log in to post comments