hi, why is the
display_errors = off
display_startup_errors = off
by default?? i thought they are pretty useful to be able to see the error message and figure out what's wrong?? but when i tried to put them on, they still won't go on.. can someone tell me what's happening?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi, why is the
display_errors = off
display_startup_errors = off
by default?? i thought they are pretty useful to be able to see the error message and figure out what's wrong?? but when i tried to put them on, they still won't go on.. can someone tell me what's happening?
where are you enabling it at, witch php.ini file?
the one in apache\bin is the main ini file, the one in the php dir is for ref only.
SUCCESS!! thank you very much!!
just a question... why did you disable the error reporting by default?
i didnt care for the errors showing up on the page, thats all.
it didnt bother me to go to the log.
ill rename the php.ini file in the php dir to prevent future confusion...