I have no knowledge of php, I just deployed a working system from another server, can anyone help me? Below the config.php debug.
Another infos: Moodle 3.11, PHP 7.4
Error code: generalexceptionmessage
- line 2231 of /lib/filestorage/file_storage.php: Error thrown
- line 405 of /lib/filestorage/file_system.php: call to file_storage::mimetype_from_file()
- line 370 of /lib/filestorage/file_system.php: call to file_system->get_imageinfo_from_path()
- line 583 of /lib/filestorage/stored_file.php: call to file_system->get_imageinfo()
- line 598 of /lib/filestorage/stored_file.php: call to stored_file->get_imageinfo()
- line 450 of /theme/remui/classes/coursehandler.php: call to stored_file->is_valid_image()
- line 195 of /theme/remui/classes/utility.php: call to theme_remui_coursehandler->get_courses()
- line 270 of /theme/remui/classes/utility.php: call to theme_remui\utility::get_courses()
- line 181 of /local/remuihomepage/classes/frontpage/sections/courses_data.php: call to theme_remui\utility::get_course_cards_content()
- line 228 of /local/remuihomepage/classes/frontpage/sections/courses_data.php: call to local_remuihomepage\frontpage\section_manager->get_courses_from_category()
- line 343 of /local/remuihomepage/classes/frontpage/section_manager.php: call to local_remuihomepage\frontpage\section_manager->courses_data()
- line 592 of /local/remuihomepage/classes/frontpage/section_manager.php: call to local_remuihomepage\frontpage\section_manager->sectiondata()
- line 65 of /local/remuihomepage/classes/external/fetch_all_instances.php: call to local_remuihomepage\frontpage\section_manager->process_all_sections()
- line 261 of /lib/externallib.php: call to local_remuihomepage\external\api::fetch_all_instances()
- line 81 of /lib/ajax/service.php: call to external_api::call_external_function()
I believe the error is something on the server, as the system is working on other servers.