Hi there,
As you might be aware, in Joomla 5 you can/should disable the Backward Compatibility plugin. More information about this on
https://magazine.joomla.org/all-iss...ility-plugin-and-why-you-should-switch-it-off
Any extension which works on J5 without requiring the Backward Compatibility plugin is actually J6-ready.
I have just downloaded the latest J5 package from
https://github.com/litespeedtech/lscache-joomla/tree/master/Joomla5/package
but there are still 2 errors which crash the site when disabling the Backward Compatibility plugin:
1.
Attempted to load class "JModuleHelper" from the global namespace.
Did you forget a "use" statement?
in /home/smeddzxm/public_html/administrator/modules/mod_lscache_purge/mod_lscache_purge.php (line 5)
Code:
require JModuleHelper::getLayoutPath('mod_lscache_purge', $params->get('layout', 'default'));
2.
Class "JComponentHelper" not found
JROOT/plugins/system/lscache/lscache.php:60
As soon as this is fixed I will be happy to test the new version
And so does
@serge_web54 ao
Txs!