You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to display more info gives me fatal SQL error on PostgreSQL
Debug info: ERROR: argument of WHERE must be type boolean, not type bigint
LINE 1: SELECT * FROM m_course_categories WHERE id
^
SELECT * FROM m_course_categories WHERE id
[array (
)]
Error code: dmlreadexception
Stack trace:
line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 329 of /lib/dml/pgsql_native_moodle_database.php: call to moodle_database->query_end()
line 920 of /lib/dml/pgsql_native_moodle_database.php: call to pgsql_native_moodle_database->query_end()
line 1453 of /lib/dml/moodle_database.php: call to pgsql_native_moodle_database->get_records_sql()
line 202 of /local/edwiserreports/locallib.php: call to moodle_database->get_records_select()
line 299 of /local/edwiserreports/classes/output/renderable.php: call to local_edwiserreports_get_cohort_filter()
line 238 of /lib/outputrenderers.php: call to local_edwiserreports\output\coursereport_renderable->export_for_template()
line 481 of /lib/outputrenderers.php: call to renderer_base->render()
line 65 of /local/edwiserreports/coursereport.php: call to plugin_renderer_base->render()
The text was updated successfully, but these errors were encountered:
Attempting to display more info gives me fatal SQL error on PostgreSQL
The text was updated successfully, but these errors were encountered: