php syntax errors

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

php syntax errors

Post by nincha »

some odd reason my server stop reporting my syntax errors, the usual one that comes up telling u have an error blah blah blah on line something. Now its just blank. Any one got any ideas?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

you probably turned your error_reporting() down or off.
wyred
Forum Commoner
Posts: 86
Joined: Mon Dec 20, 2004 1:59 am
Location: Singapore

Post by wyred »

Is it your own server or one from a webhosting provider? If it's the latter, they may have reconfigured their php.ini config file. You can check with them or create a php file with the following line inside to view the settings.

Code: Select all

<?php phpinfo(); ?>
Post Reply