[SOLVED] No errors shown

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
wmasterj
Forum Commoner
Posts: 40
Joined: Mon Aug 18, 2003 5:52 pm
Location: Stockholm, Sweden

[SOLVED] No errors shown

Post 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!
Post Reply