Joomla 5 uses namespaced classes. Create the database object like this:
Code:
use Joomla\CMS\Factory;...$db = Factory::getContainer()->get('DatabaseDriver');
Statistics: Posted by toivo — Tue Aug 27, 2024 7:06 am