Upgrade to Version 1.2.1 breaks the interface
-
Using WordPress 4.7.3, WooCommerce 3.0.0, Moodle 3.2.2 (Build: 20170313).
I upgraded to ver 1.2.1 of MooWoodle and the interface is now broken.
1. New users are not created in Moodle
2. Any function involving MooWoodle generates a set of error messages:
Example a:
When deleting a user account:This page should be using theme contemporary which cannot be initialised. Falling back to the site theme decaf
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()Example b:
When clicking on Functions for a web service:This page should be using theme contemporary which cannot be initialised. Falling back to the site theme decaf
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 54 of /user/externallib.php: call to core_user::get_property_type()
line ? of unknownfile: call to core_user_external::create_users_parameters()
line 118 of /lib/externallib.php: call to call_user_func()
line 219 of /webservice/renderer.php: call to external_api::external_function_info()
line 121 of /admin/webservice/service_functions.php: call to core_webservice_renderer->admin_service_function_list()Note that the synchronize function in WordPress operates without any error messages, although there were no changes in courses to synchronize.
Note, too, that there were NO configuration changes in Moodle preceding these errors.
- The topic ‘Upgrade to Version 1.2.1 breaks the interface’ is closed to new replies.