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

Coding error: Undefined index REQUEST_URI in auth/cas/CAS.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.9.10, 2.0
    • 1.9.9
    • Authentication
    • None
    • MOODLE_19_STABLE
    • MOODLE_19_STABLE, MOODLE_20_STABLE

      Error as above when web server is IIS.

      It's just a coding error... it is (at line 35):

      if (!$_SERVER['REQUEST_URI']) {

      but I think he meant...

      if (!isset($_SERVER['REQUEST_URI'])) {

            iarenaza Iñaki Arenaza
            howardsmiller Howard Miller
            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.