Page 1 of 1

[SOLVED] No errors shown

Posted: Tue Dec 04, 2007 7:09 pm
by wmasterj
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)

Code: Select all

<?php
	echo "hej;
?>
Settings that are set:

Code: Select all

error_reporting  =  E_ALL
display_errors = On
I need to show errors.

Thanks!