Skip to content

Instantly share code, notes, and snippets.

@chris-jamieson
Created June 12, 2014 14:22
Show Gist options
  • Save chris-jamieson/391fac04e764d6710292 to your computer and use it in GitHub Desktop.
Save chris-jamieson/391fac04e764d6710292 to your computer and use it in GitHub Desktop.
Drupal display errors (add to index.php)
<?php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment