Possible Duplicate:
How to get useful error messages in PHP?
Simple errors in my scripts don't show on the screen, only in error.log
. I can't find a way to display them on screen. What else can be done here?
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
knaller!
?>
Using PHP Version 5.3.14-1~dotdeb.0