Menu

#147 Issues with display notice/warning in properties_inc.php

Version 1.7.2
open
nobody
None
5
2009-06-29
2009-06-29
ryberg
No

In f ile /api/properties_inc.php the properties for notice display and warning display.

Notice is also "ON" but should be "OFF" as default

# --- notice display ---
# Control whether errors of level NOTICE, the lowest level of error,
# are displayed to the user. Default is OFF, but turning it ON may
# be useful while debugging. Leave this set to ON while we developing
define('SHOW_WARNINGS', ON);

# --- warning display ---
# Control whether errors of level WARNING, the middle level of error,
# are displayed to the user. Default is ON. Turning it OFF may
# hide useful information from the user.
define('SHOW_NOTICES', ON);

Discussion


Log in to post a comment.