Error messages during deletion of user

Error messages during deletion of user

by Josiah Carberry -
Number of replies: 1

When deleted user accounts, I now get the following messages:

This page should be using theme xxx which cannot be initialised. Falling back to the site theme yyy

  • line 503 of /lib/outputlib.php: call to debugging()
  • line 7171 of /lib/moodlelib.php: call to theme_config::load()
  • line 420 of /lib/classes/user.php: call to get_list_of_themes()
  • line 581 of /lib/classes/user.php: call to core_user::fill_properties_cache()
  • line 550 of /lib/classes/user.php: call to core_user::get_property_type()
  • line 143 of /user/lib.php: call to core_user::clean_field()
  • line 4130 of /lib/moodlelib.php: call to user_update_user()
  • line 90 of /admin/user.php: call to delete_user()
The account itself is deleted, but I cannot understand why a delete account function should even know what theme is in use.

Any idea what is going on?

Average of ratings: -
In reply to Josiah Carberry

Re: Error messages during deletion of user

by Dominique-Alain Jan -
Picture of Testers

Hello

I have quite the same question, but me I would like to find the way to avoid this error happening.

Any idea?

Here is what I get when my ldap sync is run:


This page should be using theme accentuate which cannot be initialised. Falling back to the site theme lambda ++
* line 503 of /lib/outputlib.php: call to debugging()
* line 7180 of /lib/moodlelib.php: call to theme_config::load()
* line 420 of /lib/classes/user.php: call to get_list_of_themes()
* line 484 of /lib/classes/user.php: call to core_user::fill_properties_cache()
* line 170 of /user/lib.php: call to core_user::validate()
* line 1034 of /auth/ldap/auth.php: call to user_update_user()
* line 882 of /auth/ldap/auth.php: call to auth_plugin_ldap->update_user_record()
* line 70 of /auth/ldap/cli/sync_users.php: call to auth_plugin_ldap->sync_users()
++ This page should be using theme campus which cannot be initialised. Falling back to the site theme lambda ++
* line 503 of /lib/outputlib.php: call to debugging()
* line 7180 of /lib/moodlelib.php: call to theme_config::load()
* line 420 of /lib/classes/user.php: call to get_list_of_themes()
* line 484 of /lib/classes/user.php: call to core_user::fill_properties_cache()
* line 170 of /user/lib.php: call to core_user::validate()
* line 1034 of /auth/ldap/auth.php: call to user_update_user()
* line 882 of /auth/ldap/auth.php: call to auth_plugin_ldap->update_user_record()
* line 70 of /auth/ldap/cli/sync_users.php: call to auth_plugin_ldap->sync_users()

Thank you very much for any help on that matter.

Moodle 3.2 up to date.

All the best.

-dajan