Debug info: Table 'wegitalheroes_moodle.cocoon_view_leaderboard' doesn't exist
SELECT vl.userid,vl.xp,vl.rank,u.id,u.firstname,u.lastname,u.username FROM cocoon_view_leaderboard vl inner join cocoon_user u on vl.userid = u.id WHERE vl.rank<4 ORDER BY vl.rank LIMIT 0,3
[array (
)]
Error code: dmlreadexception
Stack trace: - line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 1273 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 64 of /local/leaderboard/lib.php: call to mysqli_native_moodle_database->get_records_sql()
- line 24 of /local/leaderboard/index.php: call to leaderboard_get_first3()