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

Drupal8 prep More Joomla! error handling to Joomla! class

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.5
    • Fix Version/s: 4.5
    • Component/s: None
    • Labels:

      Description

      mostly just doing this to try out the agile board ... but as we all know CMS code doesn't belong outside CMS specific files.

      so will remove this

      if ($config->backtrace)

      { $content = self::formatHtmlException($exception) . $content; }

      if ($config->userFramework == 'Joomla' &&
      class_exists('JError')
      )

      { JError::raiseError('CiviCRM-001', $content); }

      else

      { echo CRM_Utils_System::theme($content); }

        Attachments

          Activity

            People

            • Assignee:
              eileen Eileen McNaughton
              Reporter:
              eileen Eileen McNaughton
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: