Any time that I try to edit a user, it loads a blank page. With full debugging on, I get the following error:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /var/www/moodle/lib/dml/mysqli_native_moodle_database.php on line 1369
The line referenced in the error is related to adjusting the case to lower case.
Weirdly enough the change to the user profile seems to take. I raised my php memory limit and mysqli buffer but no change...
I went against my own advice (!) and upgraded to latest moodle version (4.5.2). I rebooted my db server and raised the ram amount on the server. I cleared caches just because..
Trying to think to what has changed on the site - the main thing I can think of related to user is a new custom profile field. I went in and limited that to a 10 character entry limit but that didn't affect anything. It is just a basic text entry.
I am on php 8.1 and mariadb.
Oh, I can edit my own profile without error. It is just when editing other users' profile.
(Maybe I should have posted in the General forum but I figured I needed help from this group of people!)