Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-32592

Category Undefined in IMS Enterprise

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2.1, 2.2.2
    • 2.4.7, 2.5.3
    • Enrolments
    • MOODLE_22_STABLE
    • MOODLE_24_STABLE, MOODLE_25_STABLE
    • MDL-32592-master
    • Hide
      1. Download the attached IMS enterprise enrolment file and put it in your moodledata directory
      2. Go to Home / Site administration / Plugins / Enrolments
      3. Enable the IMS enterprise enrolment plugin
      4. In the settings, provide the path to the file you uploaded in File location
      5. Save settings
      6. Go to the link 'perform an IMS Enterprise import right now'
      7. VERIFY: the ims enrollment works ok
      8. VERIFY: no debugging is experienced
      Show
      Download the attached IMS enterprise enrolment file and put it in your moodledata directory Go to Home / Site administration / Plugins / Enrolments Enable the IMS enterprise enrolment plugin In the settings, provide the path to the file you uploaded in File location Save settings Go to the link 'perform an IMS Enterprise import right now' VERIFY: the ims enrollment works ok VERIFY: no debugging is experienced
    • 2
    • BACKEND Sprint 5

    Description

      Hi

      At line 396 in enrol/imsenterprise/lib.php the script checks if the category-string is longer than 0. However, if the category is empty this will and does result in an error.

      Notice: Undefined property: stdClass::$category in /workspace/moodle2.0/enrol/imsenterprise/lib.php on line 396.

      It is not an serious matter, but a small bug which is easily fixed by adding a different if statement:

      if(!empty($group->category)).

      I can provide a patch if necessarily.

      Best regards

      Henrik

      Attachments

        Issue Links

          Activity

            People

              poltawski Dan Poltawski
              henrikthorn Henrik Thorn
              Mark Nelson Mark Nelson
              Marina Glancy Marina Glancy
              Damyon Wiese Damyon Wiese
              David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                11/Nov/13