Forum
Error 1064
At the moment, for evaluation, we are using the Free Version.
As we add Questions to courses, we get the Error 1064 with following Message: YOU HAVE AN ERROR IN YOUR SQL SYNTAX; CHECK THE MANUAL THAT CORRESPONDS TO YOUR MARIADB SERVER VERSION FOR THE RIGHT SYNTAX TO USE NEAR ''' ORDER BY RAND() LIMIT 1' AT LINE 3
Any suggestions?
Thanks,
Chris
Hello
Thank you for informing the issue. We need some more details to resolve this.
Where this error is coming? frontend or backend? And what is type of question?
Please enable debug mode from the global configuration It will provide specific location from where the error is coming.
Thank you
Unfortunately, we are not able to reproduce this error at our end.
Please provide login credentials to mail@techfry.com, so that we can investigate the issue further.
Thank you
same here!
i changed the line 162 in the "/components/com_tflearn/src/Model/TestModel.php"
$conditions = array('lesson_id', 'lesson_id IN (' . implode(',', $lesson_ids) . ')');
BTW.. i also had to change the line 19 in the "default_lesson.php" (different error)
$incomplete_icon = $this->cparams->get('path_incomplete_icon', 'fa-regular fa-square');
Greetings, Jens