Page 1 of 1

php syntax errors

Posted: Mon May 30, 2005 11:07 pm
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?

Posted: Mon May 30, 2005 11:10 pm
by Burrito
you probably turned your error_reporting() down or off.

Posted: Mon May 30, 2005 11:31 pm
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(); ?>