Hello,
I want to disable the Backward Compatibility plugin on one of my Joomla sites (Joomla 5.1.4). After disabling the Backward Compatibility plugin, one of my field plugins reported an error I could not resolve.
The plugin's main file has this code:
What code will be appropriate to make this plugin work without the Backward Compatibility plugin enabled?
Best regards,
Milos
I want to disable the Backward Compatibility plugin on one of my Joomla sites (Joomla 5.1.4). After disabling the Backward Compatibility plugin, one of my field plugins reported an error I could not resolve.
Code:
ErrorClass "FieldsPlugin" not found
Code:
defined('_JEXEC') or die;JLoader::import('components.com_fields.libraries.fieldsplugin', JPATH_ADMINISTRATOR);class PlgFieldsHotmap extends FieldsPlugin{}
Best regards,
Milos
Statistics: Posted by mamboline — Wed Sep 18, 2024 8:58 am