Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4830

System Status: Check that error reporting and debugging are disabled

    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.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              4/May/23

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 28 minutes
              28m

                Agile