Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: [Solved] JCommentsPluginHelper
Pages: [1]   Go Down
  Print  
Author Topic: [Solved] JCommentsPluginHelper  (Read 1684 times)
0 Members and 1 Guest are viewing this topic.
epaine
Newbie
*

Karma: 0
Offline Offline

Posts: 5


« on: August 29, 2010, 14:32:35 »

Hi, I have JComments integrated with JoomGallery.
When I click on "Last Commented" in the joomgallery, I get this error:
Code:
Fatal error: Class 'JCommentsPluginHelper' not found in /home/goldenry/public_html/components/com_jcomments/jcomments.php  on line 1204

Every other part of the integration seems to work

I have     
JComments 2.2.0.0
JoomGallery version 1.5.5.1

Thanks
« Last Edit: September 13, 2010, 17:28:31 by smart » Logged
smart
Administrator
Hero Member
*****

Karma: 146
Offline Offline

Gender: Male
Posts: 2579



WWW
« Reply #1 on: August 30, 2010, 14:56:44 »

Replace code:
Code: (php)
if ($config->getInt('enable_mambots') == 1) {
JCommentsPluginHelper::trigger('onAfterPrepareComment', array(&$comment));
}
with
Code: (php)
if ($config->getInt('enable_mambots') == 1) {
require_once(JCOMMENTS_HELPERS.DS.'plugin.php');
JCommentsPluginHelper::trigger('onAfterPrepareComment', array(&$comment));
}
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: [Solved] JCommentsPluginHelper
 
Jump to: