This topic is locked

php error reporting

5/11/2011 3:08:58 PM
PHPRunner General questions
N
nti author

Topic: php error reporting
Example verbiage: "php error happened"
QUESTION: Is there one file or place within a generated phpr project where we can turn off php error reporting for all pages in the project?

G
Grissom 5/12/2011

php.ini
Look for error_reporting =
There you can define which errors should be shown or you can also diable it.
Chris