-
Bug
-
Resolution: Fixed
-
Minor
-
2.1, 2.2, 2.3.2, 2.4
-
Moodle 2.0.1
DB Oracle 11.2.0.2.0
PHP 5.3.2
Apache 2.0 Handler
-
Oracle
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
wip-
MDL-26348-m24 -
Moderate
-
Debug info: ORA-00918: column ambiguously defined
SELECT s.id, s.*, c.name AS component FROM m_report_customlang_components c
JOIN m_report_customlang s ON s.componentid = c.id
WHERE s.lang = :lang
AND c.name = :param0000 AND LOWER(s.stringid) NOT LIKE LOWER(:link) ESCAPE '\' ORDER BY c.name, s.stringid
[array (
'lang' => 'es',
'param0000' => 'core',
'link' => '%
_link',
'oracle_num_rows' => 100,
)]
Stack trace:
- line 391 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 268 of /lib/dml/oci_native_moodle_database.php: call to moodle_database->query_end()
- line 1042 of /lib/dml/oci_native_moodle_database.php: call to oci_native_moodle_database->query_end()
- line 512 of /admin/report/customlang/locallib.php: call to oci_native_moodle_database->get_records_sql()
- line 115 of /admin/report/customlang/edit.php: call to report_customlang_translator->__construct()