Page 1 of 1

PHP configuration

Posted: Sun Nov 21, 2004 2:37 pm
by John Cartwright
Its been so long since I've posted a problem of my own... anwyays

I just installed a new webserver (php2triad) which has PHP5 installed. By default, they have no error reporting and I like mine as strict as possible.

So I turned on E_ALL and logging to on, and display errors to on

but the problem is that it will display the error, but if i refresh the page it will go away. and these are common parse errors im testing with..

any suggestions on why this is happening?

Posted: Sun Nov 21, 2004 4:12 pm
by John Cartwright
hmm im seeing very unpredicatble results.

I decided to create a class for a website and it returns errors fine.. always there. But now all the errors are returned on 1 line, very hard to read..

how do i get it to return like

error1

error2

instead of error1 error2

Posted: Mon Nov 22, 2004 3:00 am
by phpScott
do you mean your class or php returning errors.
if your class.