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] Blank page for Manage comments and import in backend
Pages: [1]   Go Down
  Print  
Author Topic: [solved] Blank page for Manage comments and import in backend  (Read 2088 times)
0 Members and 1 Guest are viewing this topic.
bathyon
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« on: May 08, 2012, 19:15:34 »

Hi!
Tried to search the forum but couldn't find any relevant thread.
Just installed Jcomments and it seems really nice. Installation went well with all steps marked as successfull.
The problem now is that when I am in the backend and click "Manage comments" I only get a white page. The same happens when I click "Import comments". All other backend menus work fine and the comments in the frontend seems to work fine also.

I have uninstalled the component and reinstalled it.
The site uses Joomla 1.6.3 Stable
Php: 5.2.17
Jcomments 2.3.0

I'm sorry, but I'm a total noob regarding problems like this.

- Alex
« Last Edit: June 20, 2012, 13:44:33 by smart » Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #1 on: May 30, 2012, 15:58:57 »

It looks like some compatibility issue with Joomla 1.6. I suggest you to update your Joomla to 2.5...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
BeyondWEB
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« Reply #2 on: June 01, 2012, 08:35:20 »

Here's the problem...

Fatal error:  Cannot access protected property JToolBar::$_name in /home/<user>/public_html/administrator/components/com_jcomments/classes/button/jcommentspopup.php on line 27

To fix it, just open the file above and change this:

Code:
function fetchId($type = 'JCommentsPopup', $name)
{
if (defined('JPATH_PLATFORM')) {
return $this->_parent->getName() . '-' . $name;
} else {
return $this->_parent->_name . '-' . $name;
}
}

To this:

Code:
function fetchId($type = 'JCommentsPopup', $name)
{
return $this->_parent->getName() . '-' . $name;
}

If you're not comfortable editing JComments code, upgrading your Joomla installation is your only other option.
Logged
JoniDevise
Newbie
*

Karma: 3
Offline Offline

Gender: Male
Posts: 8

johndevise@yahoo.com
WWW Email
« Reply #3 on: October 12, 2012, 19:38:16 »

I think it's more easy to use this code than  update joomla .
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: [solved] Blank page for Manage comments and import in backend
 
Jump to: