error when using ad remover

iveth
15 years, 1 month ago
Hi

I get this error and had to disable the ad remover

Notice: Trying to get property of non-object in /home/domain/public_html/plugins/mobile/adremover.php on line 24

Also i think that the mobile joomla component is giving my jomsocial problems (I cant save profile), do you have a solution for this, thanks
mano
15 years ago
Hello,

I had same problem.
I changed from this
    $this->_plugin = JPluginHelper::getPlugin( 'Mobile', 'Adremover' );

to this
    $this->_plugin = JPluginHelper::getPlugin( 'mobile', 'adremover' );

Now it is working for me.
dryabov
15 years ago
mano, thank you very much!

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.