[SOLVED] No errors shown
Posted: Tue Dec 04, 2007 7:09 pm
Hi,
i've just installed PHP5.2.4 on Apache
But no errors are shown
The code i use deliberately with an error: (index.php)
Settings that are set:
I need to show errors.
Thanks!
i've just installed PHP5.2.4 on Apache
But no errors are shown
The code i use deliberately with an error: (index.php)
Code: Select all
<?php
echo "hej;
?>Code: Select all
error_reporting = E_ALL
display_errors = OnThanks!