Help finding the cause of errors outputting to browser
Posted: Mon Jul 11, 2011 1:58 pm
Hi all,
I'm new to php, but experienced with programming and web development.
I inherited a script that I have got working, but it prints a screen full of warnings at the top of the page and I cant track down where to switch them off.
In the site ini file(included on every screen) there is a statement that sets reporting to E-Notice
According to my research, there should not be warnings visible, but there are.
Its a bit of a mess of includes and very little commenting and no documentation.
I managed to install nusphere and run the step through debugger, but it seems to be able to execute and output the page without stepping into the code that does this.
Very frustrating.
Does anyone have any ideas about how I might track down the cause of this behaviour?
Thanks iv advance
I'm new to php, but experienced with programming and web development.
I inherited a script that I have got working, but it prints a screen full of warnings at the top of the page and I cant track down where to switch them off.
In the site ini file(included on every screen) there is a statement that sets reporting to E-Notice
According to my research, there should not be warnings visible, but there are.
Its a bit of a mess of includes and very little commenting and no documentation.
I managed to install nusphere and run the step through debugger, but it seems to be able to execute and output the page without stepping into the code that does this.
Very frustrating.
Does anyone have any ideas about how I might track down the cause of this behaviour?
Thanks iv advance