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
The error below appears when saving an SQL query. This is only visible when all of the following are true:
Debug is set to Developer mode.
If the report_customsql plugin is not also installed.
There is a semicolon in the SQL.
Invalid get_string() identifier: 'nosemicolon' or component 'report_customsql'. Perhaps you are missing $string['nosemicolon'] = ''; in /lang/en/report_customsql.php?
line 353 of /lib/classes/string_manager_standard.php: call to debugging()
line 7364 of /lib/moodlelib.php: call to core_string_manager_standard->get_string()
line 105 of /blocks/configurable_reports/components/customsql/form.php: call to get_string()
line 84 of /blocks/configurable_reports/components/customsql/form.php: call to customsql_form->validation_high_security()
line 653 of /lib/formslib.php: call to customsql_form->validation()
line 589 of /lib/formslib.php: call to moodleform->validate_defined_fields()
line 699 of /lib/formslib.php: call to moodleform->is_validated()
line 101 of /blocks/configurable_reports/editcomp.php: call to moodleform->get_data()
Screenshot
The text was updated successfully, but these errors were encountered:
The error below appears when saving an SQL query. This is only visible when all of the following are true:
Invalid get_string() identifier: 'nosemicolon' or component 'report_customsql'. Perhaps you are missing $string['nosemicolon'] = ''; in /lang/en/report_customsql.php?
Screenshot
The text was updated successfully, but these errors were encountered: