-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
1.9.9
-
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.