Class 'evaluation\event\EVENTNAME' not found

Re: Class 'evaluation\event\EVENTNAME' not found

by Benjamin Ellis -
Number of replies: 3
Picture of Particularly helpful Moodlers
Bonjour,

Not much French writing or speaking ... but is there a mod/evaluation/classes/event/view.php file? If so, does it follow the Autoloading rules - https://docs.moodle.org/dev/Automatic_class_loading. See https://docs.moodle.org/dev/Events_API for more information.
In reply to Benjamin Ellis

Re: Class 'evaluation\event\EVENTNAME' not found

by ben achour maryem -
view.php file is not under mod/evaluation/classes/event but is under mod/evaluation
In reply to Benjamin Ellis

Re: Class 'evaluation\event\EVENTNAME' not found

by ben achour maryem -
view.php file is under mod/evaluation
In reply to ben achour maryem

Re: Class 'evaluation\event\EVENTNAME' not found

by Benjamin Ellis -
Picture of Particularly helpful Moodlers
Hi,

Yes, but the class would be declared in mod/evaluation/classes/event/view.php and if that is missing then that is the reason for the error you are getting.  If the file is there, then for some reason your mod/evaluation/view.php is not calling the class correctly.  If you look at the other modules such as mod/survey, you will see what I mean.