Last active
March 3, 2016 17:00
-
-
Save pricejn2/e47dbd6c41edcc38dc46 to your computer and use it in GitHub Desktop.
enable error reporting local settings.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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