Joomla! 1.6 is an awesome update by the Joomla! team to the community but looks like it’s a bit pain for some situations!
As you might already know, many templates and extensions for Joomla! version 1.5 don’t work for 1.6 without conversion and there is no support for legacy thing that we had in previous version of Joomla!
Today I tried installing a gavickpro template Corporate 2 on my joomla 1.6 installation and it gave me an error saying:
Fatal error: Class ‘JParameter’ not found in . . .
The error was there due to missing JParameter Class (obviously as it says!)
Solution
The solution to this issue is sort of simple though. Just add the following line of code on the top of the file giving error:
jimport( 'joomla.html.parameter' );
This will declare the class and the error will vanish.
Hopefully it works for you in any other related situation too!
So simple SO USEFUL!
THANKS!!!
you’re welcome Andreu! :)
Many, many thanks. After searching forums for hours your simple solution worked!
You made my day.
its not working for me still the same error message
try it buddy it will work for you
next time, also try changing the ip address, not just name and email :
can you explain the issue please?
men thank u very much
you’re welcome Anibal
Thanks!! you save me!! Best regards!
you’re welcome silvia!
thanks..
welcome Megha :)
Hey!! Awesome, thank you for this tips! I was cracking my head for a while…!
you’re welcome, glad to know that your joomla template is fixed now
Thank u very much.
wow i was looking for a solution for laste 2 days in joomla forum, but i cant find that. now it solved. really helped me. thanks.
I’m glad that you find it and got your joomla error fixed
Thx so much !!!! bravo!
OHH YOU ARE THE BEST:D
Thanks for your solution, but still having problems.
where do i add: jimport( ‘joomla.html.parameter’ );
where is the file located?
the error includes the file name, that “Fatal error: Class ‘JParameter’ not found in __file name here__”
let me know if you need my assistance to sort it out.
Hey I have tried that.but once I copy that same line of code, my template goes blank.Could it be that the reason this is happening is coz am using xammp for development??
I’m not sure if it’s xampp issue though (however I think it wouldn’t be)
Let me know if you want me to have a look at it