- Posts: 6
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Version 2.5 Error in 1.6
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.
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
- kars
- Topic Author
- Offline
- New Member
Less
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.
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.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6221
13 years 6 months ago #41172
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6221
13 years 6 months ago #41173
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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:
to this:
Does this solve your issue?
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.
- Stephen Rouse
- Offline
- New Member
Less
More
- Posts: 1
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 :)
The above has fixed it for me though, thanks :)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6221
13 years 6 months ago #41175
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.
- kars
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
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!
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.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6221
13 years 6 months ago #41177
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.
- kars
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
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!
Thanks again for the quick fix!
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Version 2.5 Error in 1.6