You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chamilo master on the 2024/04/10 when doing a migration we get an error that block the migration. Just by launching the migration again it works and it is getting through.
The error is :
Version20231012185600 checking quiz 3038 as resource node
[error] Migration Chamilo\CoreBundle\Migrations\Schema\V200\Version20231012185600 failed during Execution. Error: "User Notice: Undefined property: Proxies\__CG__\Chamilo\CourseBundle\Entity\CQuiz::$attempts"
In __CG__ChamiloCourseBundleEntityCQuiz.php line 71:
User Notice: Undefined property: Proxies\__CG__\Chamilo\CourseBundle\Entity\CQuiz::$attempts
There should be a exception or a test on the User Notice: Undefined property: Proxies_CG_\Chamilo\CourseBundle\Entity\CQuiz::$attempts to avoid blocking the migration.
The text was updated successfully, but these errors were encountered:
In Chamilo master on the 2024/04/10 when doing a migration we get an error that block the migration. Just by launching the migration again it works and it is getting through.
The error is :
There should be a exception or a test on the User Notice: Undefined property: Proxies_CG_\Chamilo\CourseBundle\Entity\CQuiz::$attempts to avoid blocking the migration.
The text was updated successfully, but these errors were encountered: