Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.2.0
    • Fix Version/s: 4.2.2
    • Component/s: CiviMail
    • Labels:

      Description

      When authenticating against SOAP on Drupal you get the following error

      Using $this when not in object context

      This error is triggered in CRM_Utils_System_Drupal::authenticate call line 469 due to this method being static now.

      The solution is to replace code on line 469 with the following code

      $cmsPath = $config->userSystem->cmsRootPath($realPath);

      Code diff:
      469c469
      < $cmsPath = $config->userSystem->cmsRootPath($realPath);

      > $cmsPath = $this->cmsRootPath($realPath);

        Attachments

          Activity

            People

            • Assignee:
              ravish.nair Ravish Nair
              Reporter:
              alleyla Leyla Alieva
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: