Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-1959

running cron scripts with error_reporting = E_ALL|E_STRICT causes thousands of errors

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Won't Fix
    • Affects Version/s: 1.7
    • Fix Version/s: 1.8
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      CiviCRM is not E_STRICT compliant; not even E_ALL compliant. This issue is usually masked when using the UI because only E_ALL ^ E_NOTICE errors are reported. However if you run any of the cron php scripts in civicrm/bin your machine will be brought to it's knees under the weight of thousands of errors.

      Ideally civicrm should be brought up to E_STRICT compliance, but at least E_ALL. Or at the very least, these scripts should be modified to only report E_ALL ^ E_NOTICE errors.

        Attachments

          Activity

            People

            • Assignee:
              sunil Sunil Pawar
              Reporter:
              dalin dave hansen-lange
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: