Mobile Menu CK Pro Lock Me Out on Joomla 4!
Mobile Menu CK Pro Lock Me Out on Joomla 4! was created by MyWorld
Posted 1 month 3 weeks ago #67210Joomla 4.2.6, PHP 8.1, Mobile Menu CK Pro 1.1.15
I had to remove the mobile menu before I upgraded to Joomla 4 because there was an issue. It thought that after upgrading it would work so I tried to reinstall it and now I getting the error below and I cannot access the backend. There is a list of other things but the below is the first in the list, if you want I can provide the URL privately so that you can see them.
Any idea how to fix that please?
/joomla4/plugins/system/mobilemenuck/mobilemenuck.php (line 171)
*/
public function onAfterModuleList($modules) {
$app = JFactory::getApplication();
$input = $app->input;
if ($app->isAdmin()) {
return;
}
// exit if we are in one of these cases
if ($input->get('option', '', 'string') == 'com_modulesmanagerck'
Thanks!
Please Log in or Create an account to join the conversation.
Replied by MyWorld on topic Mobile Menu CK Pro Lock Me Out on Joomla 4!
Posted 1 month 3 weeks ago #67211Does this mean that I can't use the Mobile Menu CK Pro 1.1.15 on Joomla 4?
Thanks!
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Mobile Menu CK Pro Lock Me Out on Joomla 4!
Posted 1 month 3 weeks ago #67212the code that causes the issue is
$app->isAdmin()[/code]
BUT, this code does not exist anymore in my plugin since long
you don't have the latest version, because the 1.5.15 is fully compatible with joomla 4
1.1.15 version does not exits, see the release notes
www.joomlack.fr/en/joomla-extensions/mobile-menu-ck
Please update the plugin and the problem shall be gone
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.