Editing user details

Re: Editing user details

by Alex Varsakopoulos -
Number of replies: 2

Hi Helen, thank you for taking the time,

here is the debugging log:

Warning: include(/home/epikinon/public_html/moodle31/question/type/types/version.php): failed to open stream: No such file or directory in /home/epikinon/public_html/moodle31/lib/classes/plugin_manager.php on line 318

Warning: include(): Failed opening '/home/epikinon/public_html/moodle31/question/type/types/version.php' for inclusion (include_path='/home/epikinon/public_html/moodle31/lib/pear:.:/usr/lib/php:/usr/local/lib/php:/usr/local/php54/lib/php') in/home/epikinon/public_html/moodle31/lib/classes/plugin_manager.php on line 318

Plugin qtype_types does not declare valid $plugin->component in its version.php.
  • line 328 of /lib/classes/plugin_manager.php: call to debugging()
  • line 348 of /lib/classes/plugin_manager.php: call to core_plugin_manager->load_present_plugins()
  • line 217 of /lib/classes/plugininfo/base.php: call to core_plugin_manager->get_present_plugins()
  • line 143 of /lib/classes/plugininfo/base.php: call to core\plugininfo\base->load_disk_version()
  • line 97 of /lib/classes/plugininfo/base.php: call to core\plugininfo\base::make_plugin_instance()
  • line 408 of /lib/classes/plugin_manager.php: call to core\plugininfo\base::get_plugins()
  • line 43 of /admin/settings/plugins.php: call to core_plugin_manager->get_plugins_of_type()
  • line 7279 of /lib/adminlib.php: call to require()
  • line 19 of /admin/settings.php: call to admin_get_root()

Warning: include(/home/epikinon/public_html/moodle31/question/type/types/version.php): failed to open stream: No such file or directory in /home/epikinon/public_html/moodle31/lib/classes/component.php on line 1159

Warning: include(): Failed opening '/home/epikinon/public_html/moodle31/question/type/types/version.php' for inclusion (include_path='/home/epikinon/public_html/moodle31/lib/pear:.:/usr/lib/php:/usr/local/lib/php:/usr/local/php54/lib/php') in/home/epikinon/public_html/moodle31/lib/classes/component.php on line 1159


All I can decipher is, there is a problem with these two  .php files: management.php and component.php.........and then...darkness!

Thank you for your help!

Alex

In reply to Alex Varsakopoulos

Re: Editing user details

by Alex Varsakopoulos -

Hi Helen,

Found the culprit. Saml2sso. Took it out and things are back to normal.

Thank you!

Alex

Average of ratings: Useful (1)
In reply to Alex Varsakopoulos

Re: Editing user details - blank screen [Solved]

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Alex,

Good to hear that you've figured out the cause of the problem. If you've not done so already, please let the plugin maintainer know by adding a comment to the entry in the Moodle plugins directory.