Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6.0
-
Fix Version/s: 5.7.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
When error reporting and/or debugging are enabled in /config/blesta.php, it can cause unusual issues. These should only be enabled if actively debugging an issue.
Check if errorReporting is anything other than 0, and System.debug is anything other than false.
Configure::errorReporting(0);
Configure::set('System.debug', false);
Text:
errorReporting or System.debug are enabled in /config/blesta.php. Unless you are actively troubleshooting an issue, these should be disabled. errorReporting should be 0, System,debug should be false.