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 offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline
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