UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
Hi,

I upgraded Joomla to 3.8.1 the other day and was no longer able to access my Administrator menu items. I was getting the error:

Call to undefined method JModuleHelper::isAdminMultilang()

After a few days I have finally found the cause. I added the following code


$class = new ReflectionClass('JModuleHelper');
echo $class->getName() . '
';
echo $class->getFileName() . '
';
die();


to my administrator/templates/isis/index.php which identified a PayPlans module as the culprit. I changed the folder name to see if my menus worked and they did.


The problem is caused by this:
/home/mysite/public_html/plugins/payplans/moduleaccess/moduleaccess/joomla/abstract/j35/module/helper.php

At the moment it is currently disabled, but obviously it must be needed so hopefully there is a solution?

Kind regards

Mel
The replies under this section are restricted to logged in users or users with an active subscription with us