Welcome to the Joomla forum!
The error message comes from lines 355 to 358 of ComponentHelper.php:Somehow the Media component has been disabled. It is not possible to edit its state in System - Manage - Extensions, but it can be done in the phpMyAdmin application or a similar MySQL utility, provided by your host. Edit the database table _extensions and locate the row where the column 'name' contains the text 'com_media'. Change the column 'enabled' from 0 to 1 and apply the change.
The error message comes from lines 355 to 358 of ComponentHelper.php:
Code:
// If component is disabled throw error if (!static::isEnabled($option)) { throw new MissingComponentException(Text::_('JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND'), 404); }
Statistics: Posted by toivo — Tue Aug 13, 2024 9:57 pm