FILE: /cake2/rd_cake/Config/core.php
LINE: 35
ISSUE: all error messages, sql output and warning are shown as output to the end user
FIX: line 35 is enabled, while 36 is commented out; should be other way around
CONSEQUENCE: less debuginfo shown to end user, keeping SQL statements private
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
FILE: /cake2/rd_cake/Config/core.php
LINE: 35
ISSUE: all error messages, sql output and warning are shown as output to
the end user
FIX: line 35 is enabled, while 36 is commented out; should be other way
around
CONSEQUENCE: less debuginfo shown to end user, keeping SQL statements
private
FILE: /cake2/rd_cake/Config/core.php
LINE: 35
ISSUE: all error messages, sql output and warning are shown as output to the end user
FIX: line 35 is enabled, while 36 is commented out; should be other way around
CONSEQUENCE: less debuginfo shown to end user, keeping SQL statements private
Nice catch, but could it be a config item so it is up to a developer to
enable verbose output or defaults to minimal log into.
Kind regards!
On Apr 29, 2016 2:51 PM, "Steven Kusters" steve-macgyver@users.sf.net
wrote: