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

Error thrown in filebrowser/file_info_context_course.php in postgresql 8.3

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              skodak Petr Skoda
              trobb Thomas Robb
              Dan Poltawski Dan Poltawski
              Mark Nelson Mark Nelson
              David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                14/Jan/13