Closed aspark21 closed 2 weeks ago
For reference: Deprecated since version 4.0 of moodle: https://github.com/moodle/moodle/blob/13c12756b4d7e85f2d2e34038216179fd287c9c2/lib/upgrade.txt#L716 and final deprecation is about to be immanent with version 4.5 to be released on 7 October 2024. Cmp. https://tracker.moodle.org/browse/MDL-73284
MESSAGE_DEFAULT_LOGGEDIN and MESSAGE_DEFAULT_LOGGEDOFF are now deprecated, so plugins should be updated if db/messages.php is present and replace MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF to MESSAGE_DEFAULT_ENABLED.
Just got the same errors when installing 1.27 on Moodle 4.5. I've created a PR, hopefully it'll get resolved soon: https://github.com/h5p/moodle-mod_hvp/pull/566
This is a show stopper for an upgrade.