Multiple errors upgrading to 3.11

Re: Multiple errors upgrading to 3.11

av Leon Stringer -
Antal svar: 0
Bild av Core developers Bild av Particularly helpful Moodlers

These errors are due to a bug in the Google Meet for Moodle plugin. I've reported it as #36 Undefined constant "MESSAGE_DEFAULT_ENABLED". You should be able to work around this error by editing mod/googlemeet/db/messages.php changing lines 30 and 31 to:

 30             'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
 31             'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
Medeltalet av utvärderingarna:Useful (1)