-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.9.2
-
None
-
2015100601
-
MOODLE_29_STABLE
Attempting to add a new instance of the module on PostgreSQL sites leads to fatal error:
Debug info: ERROR: invalid input syntax for integer: ""
|
SELECT * FROM mdl_teletask_sections WHERE video_id = $1 ORDER BY time
|
[array (
|
0 => '',
|
)]
|
Error code: dmlreadexception
|
Stack trace:
|
line 443 of /lib/dml/moodle_database.php: dml_read_exception thrown
|
line 244 of /lib/dml/pgsql_native_moodle_database.php: call to moodle_database->query_end()
|
line 764 of /lib/dml/pgsql_native_moodle_database.php: call to pgsql_native_moodle_database->query_end()
|
line 86 of /mod/teletask/mod_form.php: call to pgsql_native_moodle_database->get_records_sql()
|
line 195 of /lib/formslib.php: call to mod_teletask_mod_form->definition()
|
line 86 of /course/moodleform_mod.php: call to moodleform->moodleform()
|
line 255 of /course/modedit.php: call to moodleform_mod->moodleform_mod()
|