Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[Solved] Version 2.5 Error in 1.6

More
13 years 6 months ago - 13 years 6 months ago #41171 by kars
[Solved] Version 2.5 Error in 1.6 was created by kars
Hi,

Just updated SIG_Pro. Upon enabling the plugin, I receive this error:

Fatal error: Class 'JParameter' not found in /home/content/56/8000756/html/plugins/content/jw_sigpro/jw_sigpro.php on line 114


Note: I have uninstalled and re-installed the plugin with no success. We are using Joomla version 1.6.3.

Please advise!

Thanks.

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #41172 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Version 2.5 Error in 1.6
Weird. Can you update to Joomla! 1.6.4 please and re-upload the plugin?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #41173 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Version 2.5 Error in 1.6
I think I know what it is...

Try this solution. If it works for you, I'll issue 2.5.1...

Open up the file /plugins/content/jw_sigpro/jw_sigpro.php and find line 33. Change this:
	// Joomla! 1.6
	function onContentPrepare($context, &$row, &$params, $page = 0){
		$this->renderSIGP(&$row, &$params, $page = 0);
	}

to this:
	// Joomla! 1.6
	function onContentPrepare($context, &$row, &$params, $page = 0){
		jimport('joomla.html.parameter');
		$this->renderSIGP(&$row, &$params, $page = 0);
	}

Does this solve your issue?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #41174 by Stephen Rouse
Replied by Stephen Rouse on topic Re: Version 2.5 Error in 1.6
I was about to post the same issue.

The above has fixed it for me though, thanks :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #41175 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Version 2.5 Error in 1.6
Issuing v2.5.1 tomorrow... Thanks for reporting.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #41176 by kars
Replied by kars on topic Re: Version 2.5 Error in 1.6
Fotis:

Hey man! Thanks for the quick response. I'll do the Joomla upgrade and look for V2.5.1!

Thanks again!

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #41177 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Version 2.5 Error in 1.6
2.5.1 is now available both on the PDS and on email links.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #41178 by kars
Replied by kars on topic Re: Version 2.5 Error in 1.6
Got it! Working good!

Thanks again for the quick fix!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum