Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1047

General Questions/New to Joomla! 4.x • Re: Problem loading images in <Articles>

$
0
0
Welcome to the Joomla forum!

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);        }
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.

Statistics: Posted by toivo — Tue Aug 13, 2024 9:57 pm



Viewing all articles
Browse latest Browse all 1047

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>