Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-2327

Problem Presenter Module with PostgreSQL - Chapter ID was incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • None
    • 1.9.9
    • Module: Presenter
    • None
    • SO: Red Hat Enterprise Linux ES release 4.
      PostgreSQL 8.3.9
      PHP 5.2.9
      Presenter Module 2010041202

    • PostgreSQL
    • Easy
    • MOODLE_19_STABLE

      I installed the Presenter Module in the Moodle,

      When I create the new activity with the presenter Module its crash, the messages is:

      "Chapter ID was incorrect"

      Activating de Debuging flag I can observe this sentence in the file "chapterlib.php"

      return get_records("presenter_chapters", "presenterid", $presenterid, "`order_id` ASC", "*", $start, $limitnum);

      I changed this line for

      return get_records("presenter_chapters", "presenterid", $presenterid, "order_id ASC", "*", $start, $limitnum);

      Save and run again

      Bye

      _________________________

      Versión en español

      Yo instalé el módulo de Presenter en Moodle

      Cuando creaba un nueva actividad con este módulo, el módulo fallaba y me aparecía el mensaje "Chapter ID was incorrect".

      Activando la bandera de depuración de Moodle y observe que la siguiente sentencia en el archivo chapterlib.php:

      return get_records("presenter_chapters", "presenterid", $presenterid, "`order_id` ASC", "*", $start, $limitnum);

      Cambié esa línea por

      return get_records("presenter_chapters", "presenterid", $presenterid, "order_id ASC", "*", $start, $limitnum);

      Salvar y volver a correr.

      Saludos.

            alexcontis Alex Contis
            cisnerose Elías Cisneros (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.