plugins disables itself

Search
Other Bug Reports questions
Forum

plugins disables itself

infoal serveis s.l.'s Avatar infoal serveis s.l.
your RL_Document library sometimes returns incorrect joomla version and articles anywhere disables itself. Same code is working fine in modulesanywhere, sourcerer and all your other plugins in my website, it's updated to the last joomla 4 version

//if ( ! RL_Document::isJoomlaVersion(4, 'ARTICLESANYWHERE'))
//{
// RL_Extension::disable('articlesanywhere', 'plugin');
// RL_Document::adminError(
// JText::sprintf('RL_PLUGIN_HAS_BEEN_DISABLED', JText::_('ARTICLESANYWHERE'))
// );
// return;
//}
Peter van Westen's Avatar Peter van Westen ADMIN
Only way that could happen is if something is messing with the JVERSION constant in your Joomla setup.
Seems to me like something not quite right in your setup...
Please post a rating at the Joomla! Extensions Directory
You can only post on this forum if you log in