Wizard debugging help php.ini syntax
Posted: Fri Jul 18, 2014 4:36 pm
I'm working on a custom wizard and I'm curious about the guide here:
http://assets.nagios.com/downloads/nagi ... _In_XI.pdf
The instructions for raising the error verbosity level include modifying the php.ini file with this line:
That semi-colon looks like bad syntax. Can you confirm that this is correct?
I consulted the PHP manual here:
http://php.net/manual/en/function.error-reporting.php
Many thanks.
http://assets.nagios.com/downloads/nagi ... _In_XI.pdf
The instructions for raising the error verbosity level include modifying the php.ini file with this line:
Code: Select all
error_reporting = E_ALL; & ~E_WARNINGI consulted the PHP manual here:
http://php.net/manual/en/function.error-reporting.php
Many thanks.