Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When opening statistics tab in datalynx the error is shown when no end date is set #174

Open
dasistwas opened this issue Aug 10, 2022 · 0 comments

Comments

@dasistwas
Copy link
Member

dasistwas commented Aug 10, 2022

Fehler beim Lesen der Datenbank



[Weitere Informationen über diesen Fehler](http://docs.moodle.org/311/de/error/moodle/dmlreadexception)
Debug-Info:  FEHLER: ungültige Eingabesyntax für Typ bigint: »9.2233720368549E+18«
SELECT COUNT(de.id)
FROM mdl_datalynx_entries de
WHERE de.dataid = $1
AND de.timecreated > $2
AND de.timecreated < $3
[array (
0 => '2',
1 => 1123624800,
2 => 9.2233720368548618E+18,
)]
Error code: dmlreadexception
Stack trace: 

    line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
    line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
    line 338 of /lib/dml/pgsql_native_moodle_database.php: call to pgsql_native_moodle_database->read_slave_query_end()
    line 986 of /lib/dml/pgsql_native_moodle_database.php: call to pgsql_native_moodle_database->query_end()
    line 1671 of /lib/dml/moodle_database.php: call to pgsql_native_moodle_database->get_records_sql()
    line 1744 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
    line 194 of /mod/datalynx/statistics/statistics_class.php: call to moodle_database->get_field_sql()
    line 101 of /mod/datalynx/statistics/statistics_class.php: call to datalynx_statistics_class->get_count()
    line 73 of /mod/datalynx/statistics/index.php: call to datalynx_statistics_class->print_statistics()


Screenshot:
screenshot-datalynx

@dasistwas dasistwas changed the title When opening statistics tab in datalynx the error is shown when no endd date is set When opening statistics tab in datalynx the error is shown when no end date is set Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant