php syntax errors
Moderator: General Moderators
php syntax errors
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?
you probably turned your error_reporting() down or off.
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(); ?>