-
Notifications
You must be signed in to change notification settings - Fork 529
Description
Hi,
With the new version, when i open the panel "plugins" from the admin panel i can see an error message due to some new plugins
- exercise signature
- positioning
- xapi
I don't have any issue with check_extra_field_author_company or other plugins.
For example, with exercise signature
There is no more error message into this panel if i add this line into the plugin.php file : require_once DIR.'/lib/ExerciseSignature.php'; (it is the same issue with positioning, xapi....)
**Server
Linux. 1.11.14 (from 1.11.12)
Additional context
Exercise signature generates another issue when i execute an exercise : at the end of the exercise, an error message is displaying, similar as to the screenshot above : chamilo doesn't find the class (i have to comment the exercise signature lines in some exercise files to have no more error messages : exercise.class, exercise result...).
I think it is due to the same cause, so i don't open another issue.
Thanks
Tanchon
PS : i didn't try to install any plugin. The error messages seems to be independant from the installation.