• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.2.1
    • 2.2.1
    • Block: Mrbs
    • None
    • Any
    • Hide

      Line 196 should be changed to:

      $cookie_path_override = $CFG->cookie_path_override = '';

      Show
      Line 196 should be changed to: $cookie_path_override = $CFG->cookie_path_override = '';
    • MOODLE_22_STABLE
    • MOODLE_22_STABLE

      In http://tracker.moodle.org/browse/CONTRIB-3340 there is still an error that comes up when sessioncookiepath is not '/'. You wrote in your fix on line 196:

      $cookie_path_override = $CFG->$cookie_path_override = '';

      But there's an $ in front of cookie_path_override! The correct line should be:

      $cookie_path_override = $CFG->cookie_path_override = '';

            davosmith Davo Smith
            grupp Andreas Grupp
            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.