Errors when creating/deleting user accounts

Errors when creating/deleting user accounts

by Dan Madzia -
Number of replies: 0

We are on version 3.3.1 using MySQL.  PHP is 7.1.1.  Win 2012 with IIS and FastCGI. 

When creating or deleting user accounts, the system clocks for 3-4 minutes then gives a timeout error.

After turning on debugging, I see the errors:
Fatal error: Allowed memory size of 340787200 bytes exhausted (tried to allocate 33554440 bytes) in D:\MoodleCC\lib\dml\mysqli_native_moodle_database.php on line 1113

Warning: var_export does not handle circular references in D:\MoodleCC\lib\classes\shutdown_manager.php on line 83

Warning: var_export does not handle circular references in D:\MoodleCC\lib\classes\shutdown_manager.php on line 83

Warning: var_export does not handle circular references in D:\MoodleCC\lib\classes\shutdown_manager.php on line 83

I have increased the PHP Memory size and still get the same error.  The MySQL.exe service starts taking up a bunch of CPU and memory during the clocking until it times out.  I had 350MB set in the PHP ini settings.  Seems the server is stuck in a loop or something.  Suggestions?

Thanks.  Dan


Average of ratings: -