Fatal error after installing mobile joomla in joomla 1.5

darko
13 years, 8 months ago
I installed this component and got this error:


Fatal error: Call to a member function get() on a non-object in /home/trapecis/public_html/site/plugins/mobile/always.php on line 24


the error disappears when I uninstall.

Any thoughts? I would like to use this component if possible.
dryabov
13 years, 8 months ago
What Joomla! version do you use?
darko
13 years, 8 months ago
Joomla 1.5

I doubled check PHP version and Mysql version in my server, they seem to be okay.

BTW I had installed this plug-in before for other projects and works perfectly.

Thanks.
dryabov
13 years, 8 months ago
darko wrote:
Joomla 1.5

Looks like you use outdated release of Joomla!1.5 (like 1.5.3) that doesn't autoload plugins parameters.
darko
13 years, 8 months ago
I am on 1.5.23 which I understand is the highest version of Joomla 1.5, i guess my next step is to upgrade to 1.6 which is, according to what I have read very painful.

I do reckon it should work on my current version of Joomla, but yer indeed when I check the parameter does not show anything.

Cheers!
dryabov
13 years, 8 months ago
Could you send me ftp credentials for the site?
al_dantas
13 years, 8 months ago
same problem here on joomla 1.5.23

Dantas
dryabov
13 years, 8 months ago
mobilejoomla.com uses Joomla1.5.23 and there is no fatal error.
Did you apply some patches to your joomla?What php version do you use?What 3rd-party extensions do you have installed?
darko
13 years, 8 months ago
I dont have any patch or so, the only new plug in or component I have installed is JCE text editor, I just started this project. It s very weird.

Thanks anyways.
doorknob
13 years, 6 months ago
Hi,
I just loaded RC4 to my test site (using J1.5.24) and got the same error trying to display my home page. I fixed the problem by adding:
$this->params = new JParameter($config['params']);
to the plgMobileAlways function right after the code that calls the function's parent.
I hope this helps
Phil
1

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.