Hello,
unfortunately the extension backup 2.2.1 still does not run without compatibility module.
A new version would be nice.
Began to change it myself but gave up, because there are too many places to change
added where needed:
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\Installer\Installer;
use Joomla\CMS\Filesystem\Path;
use Joomla\CMS\Filesystem\File;
use Joomla\CMS\Filesystem\Folder;
use Joomla\CMS\Router\Route;
use Joomla\CMS\HTML\HTMLHelper;
and replaced
\JFactory => Factory
\JText => Text
\JURI => URI
\JPluginHelper => PluginHelper
\JInstaller => Installer
\JPath => Path
\JFile => File
\JFolder => Folder
JRoute => Route
\JHTML => HTMLHelper
class plgJshoppingMenuBackup extends JPlugin => CMSPlugin
Uwe
Joomla: 5.3.4
JoomShopping: 5.8.1
PHP: 8.3
Website Url: dev
JoomShopping: 5.8.1
PHP: 8.3
Website Url: dev
Last change: 01.10.2025 13:42



