Return to Snippet

Revision: 4531
at January 2, 2008 03:52 by berkes


Initial Code
<?php
ini_set('error_reporting',          E_ALL);
ini_set('display_errors',           'stdout');
?>

Initial URL


Initial Description
Add these lines to Drupals settings.php. Probably works on other systems, then Drupal too.

Initial Title
Print errors to screen on default php5 in Drupal

Initial Tags
php, error, drupal

Initial Language
PHP