You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using v4.5.6 running locally, I get the following error running phpdoc
Default exception handler: Coding error detected, it must be fixed by a programmer: Invalid component specified in renderer request Debug: local_moodlecheck
Error code: codingerror
line 197 of /lib/outputfactories.php: coding_exception thrown
line 389 of /lib/outputfactories.php: call to renderer_factory_base->standard_renderer_classnames()
line 2427 of /lib/outputlib.php: call to theme_overridden_renderer_factory->get_renderer()
line 1006 of /lib/pagelib.php: call to theme_config->get_renderer()
line 80 of /local/moodlecheck/cli/moodlecheck.php: call to moodle_page->get_renderer()
The workaround is to install the bundled local_moodlecheck plugin into the Moodle where I'm running the tests.
The text was updated successfully, but these errors were encountered:
Using v4.5.6 running locally, I get the following error running phpdoc
Default exception handler: Coding error detected, it must be fixed by a programmer: Invalid component specified in renderer request Debug: local_moodlecheck
Error code: codingerror
The workaround is to install the bundled local_moodlecheck plugin into the Moodle where I'm running the tests.
The text was updated successfully, but these errors were encountered: