Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.4.3
    • Fix Version/s: 3.4.4, 4.0.4
    • Component/s: CiviEvent
    • Labels:
      None

      Description

      This e-Notice

      Undefined variable: contactID Notice Register.php 1024 CRM_Event_Form_Registration_Register->postProcess()

      It seemss to me that in this line $contactID will never be set as I couldn't find it anywhere else in the function (and that processRegistration will ignore it if set) but wanted another pair of eyes.

      self::processRegistration( $this->_params, $contactID );

      Change to

      self::processRegistration( $this->_params);

        Attachments

          Activity

          [CRM-8304] E-notice fix
          Kurund Jalmi added a comment -

          Can you provide steps to replicate this.

          Eileen McNaughton added a comment -

          Hmm - can't find what I did now - I got the e-Notice & took a look at where the variable should have been defined & couldn't see anywhere where it was defined but wondered if I had missed something.

            People

            • Assignee:
              Kurund Jalmi
              Reporter:
              Eileen McNaughton

              Dates

              • Created:
                Updated:
                Resolved: