chamilo-lms
chamilo-lms copied to clipboard
Questions list disappear from all exercises
Hello everyone.
I have some issues about question list like image below.
I have two installations and both getting the same problem. One of them its new, and to solve that i reinstall the platform. Mas but the other i have a lot of users, so i have to fix. All exercises already created, its normally working, but all of them isn't possible to edit/delete questions.
Anyone have this problem?
My installation is 1.11.16 with CentOS and MariaDB
After searching this error, I finally found it.
Need to edit /main/exercise/question.class.php at line 71
Just comment the line
//UPLOAD_ANSWER => ['UploadAnswer.php', 'UploadAnswer'],
Some error occurrs when load object in UPLOAD_ANSWER.
But i cannot found an error(still searching) in /main/exercise/UploadAnswer.php
This hack fix the problem.
You probably just need to do a "composer dumpautoload" to update the information to have the new class type (or may be a composer install is needed).
Lacking feedback. Closing.