-
Bug
-
Resolution: Fixed
-
Critical
-
4.3 regressions, 4.3
Hello alltogether,
I get an error trying to delete a (self registered) Moodle user.
Version:
- Moodle 4.3
- Matrix messaging enabled
Steps to reproduce:
- finding a user (bulk or not does not matter)
- choose delete user
- answer yes on the deletion acknowledgement page
- https://m.corvi.schule/admin/user/user_bulk_delete.php or https://m.corvi.schule/admin/user.php open with the following error:
Call to a member function get_room_user_provider() on null
Debugging yields
- Error code: generalexceptionmessage
- Stack trace (bulk user):
line 4116 of /lib/moodlelib.php: Error thrown
line 32 of /admin/user/user_bulk_delete.php: call to delete_user() - Strack trace (user)
line 4116 of /lib/moodlelib.php: Error thrown
line 110 of /admin/user.php: call to delete_user()
Best regards and thank you for the great work you do!
Thomas
- is a regression caused by
-
MDL-77576 Matrix integration MVP - Matrix is available for use in courses
- Closed