RE: [nyphp-talk] displaying error messages from PHP 5.2.4

2008-03-10 Thread alexey tkachenko
I am actually using IIS in this particular installation. But I guess restarting it would do the job as well? > Date: Mon, 10 Mar 2008 10:25:14 -0500 > From: [EMAIL PROTECTED] > To: talk@lists.nyphp.org > Subject: Re: [nyphp-talk] displaying error messages from PHP 5.2.4 > >

Re: [nyphp-talk] displaying error messages from PHP 5.2.4

2008-03-10 Thread Rolan Yang
le to see the errors displayed properly now. > Subject: Re: [nyphp-talk] displaying error messages from PHP 5.2.4 > To: talk@lists.nyphp.org > From: [EMAIL PROTECTED] > Date: Mon, 10 Mar 2008 07:02:39 -0700 > > Alexy, > Turn on HTML errors. > > >; Disable the

RE: [nyphp-talk] displaying error messages from PHP 5.2.4

2008-03-10 Thread alexey tkachenko
Thanks for your help! It seems like what I needed was a reboot of the system. The changes I made to php.ini file were applied after I rebooted, so I'm able to see the errors displayed properly now. > Subject: Re: [nyphp-talk] displaying error messages from PHP 5.2.4 &g

Re: [nyphp-talk] displaying error messages from PHP 5.2.4

2008-03-10 Thread anoland
Alexy, Turn on HTML errors. >; Disable the inclusion of HTML tags in error messages. >; Note: Never use this feature for production boxes. >html_errors = Off > ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NY

[nyphp-talk] displaying error messages from PHP 5.2.4

2008-03-06 Thread alexey tkachenko
Could anyone explain to me how my php.ini file needs to be configured so that can see PHP errors and warnings during script execution? Right now, if access a PHP script with a syntax error, all I see is a blank page in the browser. Here's the error section of my php.ini file: error_reporting