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

Error thrown in filebrowser/file_info_context_course.php in postgresql 8.3

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.3.4, 2.4.1
    • 2.1.9, 2.3.3
    • Filepicker

      We encountered the following error in our logs:

      <2012-12-20 14:27:15 JST moodle moodle2012 6371>DETAIL: parameters: $1 = '5474', $2 = '51802', $3 = 'course', $4 = 'section', $5 = '.'
      <2012-12-20 14:27:15 JST moodle moodle2012 6371>: syntax error at or near "sectionid" at character 23
      <2012-12-20 14:27:15 JST moodle moodle2012 6371>STATEMENT: SELECT DISTINCT cs.id sectionid FROM mdl_files f, mdl_course_sections cs
      WHERE cs.course = $1
      AND f.contextid = $2
      AND f.component = $3
      AND f.filearea = $4
      AND f.itemid = cs.id
      AND f.filename <> $5

      Apparently "SELECT DISTINCT cs.id sectionid " should be "SELECT DISTINCT cs.id section". At least with this modification, the error goes away. The error was discovered in v. 2.1.9 but appears to still be present in 2.3.3.

            skodak Petr Skoda
            trobb Thomas Robb
            Dan Poltawski Dan Poltawski
            Mark Nelson Mark Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

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