Issues with display notice/warning in properties_inc.php
Brought to you by:
andreas_rth
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);