Hello, I have the following problem: The Moodle Dashboard shows the following errors in dev mode:
line 449 of /lib/outputfactories.php: coding_exception thrown
line 2425 of /lib/outputlib.php: call to theme_overridden_renderer_factory->get_renderer()
line 1011 of /lib/pagelib.php: call to theme_config->get_renderer()
line 3451 of /calendar/lib.php: call to moodle_page->get_renderer()
line 53 of /blocks/calendar_upcoming/block_calendar_upcoming.php: call to calendar_get_view()
line 337 of /blocks/moodleblock.class.php: call to block_calendar_upcoming->get_content()
line 231 of /blocks/moodleblock.class.php: call to block_base->formatted_contents()
line 1231 of /lib/blocklib.php: call to block_base->get_content_for_output()
line 1289 of /lib/blocklib.php: call to block_manager->create_block_contents()
line 377 of /lib/blocklib.php: call to block_manager->ensure_content_created()
line 4179 of /lib/outputrenderers.php: call to block_manager->region_has_content()
line 50 of /theme/boost/layout/drawers.php: call to core_renderer->blocks()
line 1486 of /lib/outputrenderers.php: call to include()
line 1412 of /lib/outputrenderers.php: call to core_renderer->render_page_layout()
line 179 of /my/index.php: call to core_renderer->header()
When I checked the error log (FTP), this main error was listed:
[09-Apr-2024 03:12:13 America/Boise] PHP Fatal error: Uncaught Error: Class "core_component" not found in /home3/japanhal/public_html/medicalenglish/moodle/admin/index.php:103
thought that perhaps the path in the index.php
file is incorrectly specified? Can anyone help me with this?
Thank you very much.