> I want to enable error messages while I'm testing or developing. > I use php 5.2.4 on ubuntu server. > These two lines does only print notices. > > <?php > ini_set('display_errors', 1); > error_reporting(E_ALL); > ?> > > When I make something wrong like syntax error; I get blank pages. > Is there something else which I don't know? > Here is the phpinfo(); > http://77.79.86.103/phpinfo.php > Googling brings only these two and variations of error_reporting parameters. > hi, find the errors in your apache error log. also see "error_log" in PHP manual for details. virgil http://www.jampmark.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php