Extension Backup still needs compatibility module

01.10.2025 13:20
#1
HinzBerlin
Joomshopping forum user no avatar
Name: Uwe
30.06.2017
Posts: 22
Quote
Extension Backup 2.2.1 still needs compatibility module

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

Last change: 01.10.2025 13:42
 
04.10.2025 09:25
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28080
Quote
Aw: Extension Backup still needs compatibility module

Updated in new version:
Backup 2.3.0 (JoomShoping 5.1.1-5.8.2)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.