- Posts: 8
- Thank you received: 0
Re: hotmaps.php on line 18
-
jcandco
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago - 13 years 5 months ago #9094
by jcandco
hotmaps.php on line 18 was created by jcandco
Hello,
The module works but when i active the pluging, it display only the folowing message :
Fatal error: Class 'JParameter' not found in ... /plugins/content/hotmaps/hotmaps.php on line 18
Thanks,
JC
The module works but when i active the pluging, it display only the folowing message :
Fatal error: Class 'JParameter' not found in ... /plugins/content/hotmaps/hotmaps.php on line 18
Thanks,
JC
Last edit: 13 years 5 months ago by jcandco. Reason: full erreur message
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
13 years 5 months ago #9097
by milos
Replied by milos on topic Re: hotmaps.php on line 18
Did you install correct version? There are versions for Joomla 1.5 and Joomla 1.6.
Please Log in to join the conversation.
-
jcandco
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 5 months ago #9098
by jcandco
Replied by jcandco on topic Re: hotmaps.php on line 18
Hi,
I work in 1.6
The module is working properly
To be sure I reinstalled the plug-in 1.6 (without uninstalling the current version because I do not know how)
But the message remains the same ( without cash )
JC
I work in 1.6
The module is working properly
To be sure I reinstalled the plug-in 1.6 (without uninstalling the current version because I do not know how)
But the message remains the same ( without cash )
JC
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
13 years 5 months ago #9112
by milos
Replied by milos on topic Re: hotmaps.php on line 18
What version of Joomla 1.6 you have? Is it the latest 1.6.4? Also, please give us your link.
Please Log in to join the conversation.
-
jcandco
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 5 months ago #9116
by jcandco
Replied by jcandco on topic Re: hotmaps.php on line 18
the version is Joomla! 1.6.0 Stable [ Onward ] 10-Jan-2011 23:00 GMT
Part of the message is hidden for the guests. Please log in or register to see it.
Part of the message is hidden for the guests. Please log in or register to see it.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9134
by ivan.milic
Replied by ivan.milic on topic Re: hotmaps.php on line 18
Hi ,
delete this two lines from /plugins/content/hotmaps/hotmaps.php
(note that this is only for j 1.6)
and also this two lines:
then , hit ctrl+H (replace) and replace :
"$pluginParams->get" with "$this->params->def"
delete this two lines from /plugins/content/hotmaps/hotmaps.php
Code:
$this->_plugin = JPluginHelper::getPlugin( 'content', 'hotmaps' );
$this->_params = new JParameter( $this->_plugin->params );
(note that this is only for j 1.6)
and also this two lines:
Code:
$plugin =& JPluginHelper::getPlugin('content', 'hotmaps');
$pluginParams = new JParameter( $plugin->params );
then , hit ctrl+H (replace) and replace :
"$pluginParams->get" with "$this->params->def"
Please Log in to join the conversation.
Time to create page: 0.095 seconds