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

Bug with ldap\enrol.php check_legacy_config()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.8, 1.9
    • 1.8
    • Enrolments
    • None
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE, MOODLE_19_STABLE

      I get the error:
      Fatal error: Cannot access empty property in \lib\moodlelib.php on line 680

      incorrect call of unset_config() in check_legacy_config()

      should be:
      unset_config('enrol_ldap_student_contexts');
      not:
      unset_config($CFG->enrol_ldap_student_contexts);

      also appears in a couple of other instances on the page.

            danmarsden Dan Marsden
            danmarsden Dan Marsden
            Nobody Nobody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.