chamilo-lms icon indicating copy to clipboard operation
chamilo-lms copied to clipboard

Questions list disappear from all exercises

Open fabiowoj opened this issue 2 years ago • 2 comments

Hello everyone.

I have some issues about question list like image below. Captura de Tela 2022-07-28 às 15 11 38 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

fabiowoj avatar Jul 28 '22 18:07 fabiowoj

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.

fabiowoj avatar Jul 29 '22 04:07 fabiowoj

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).

NicoDucou avatar Sep 12 '22 08:09 NicoDucou

Lacking feedback. Closing.

ywarnier avatar Aug 02 '23 13:08 ywarnier