Skip to content

Instantly share code, notes, and snippets.

@pricejn2
Last active March 3, 2016 17:00
Show Gist options
  • Save pricejn2/e47dbd6c41edcc38dc46 to your computer and use it in GitHub Desktop.
Save pricejn2/e47dbd6c41edcc38dc46 to your computer and use it in GitHub Desktop.
enable error reporting local settings.php
<?php # local settings.php
error_reporting(E_ALL & ~E_NOTICE);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
ini_set('opcache.revalidate_freq', '1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment