Welcome Guest, Not a member yet? Register   Sign In
Error reporting
#1

[eluser]edhrx[/eluser]
Hi,
can any one advise at to the most appropriate error level setting in a production site

Ed.
#2

[eluser]xwero[/eluser]
production site shouldn't produce any errors because they can reveal your filepath.
#3

[eluser]edhrx[/eluser]
@xwero

I can just comment out error_reporting(E_ALL ); Then ?
#4

[eluser]xwero[/eluser]
If you comment it out the default error reporting from the php.ini will take over so you have to do
Code:
error_reporting(0);




Theme © iAndrew 2016 - Forum software by © MyBB