By Danovan Thorpe on Sunday, 01 December 2013
Replies 1
Likes 0
Views 1.2K
Votes 0
After installing easydiscuss I get an error, even after disabling the component I still get the error. Please see attachment for error.
Hello Danovan Thorpe,

I am really sorry for the delay of this reply as it is a weekend for us here,
Actually that was known issues, i'm sorry that make you inconvenience in current now.
I have checked in your Joomla backend site, it seems like you already uninstall the Easydiscuss right ?

Solution :
First, when you install the Easydiscuss, you can go to remove the "static" from your file JoomlaFolder\components\com_easydiscuss\helpers\router.php
AT LINE 813

public static function encodeSegments($segments)
{
return JFactory::getApplication()->getRouter()->_encodeSegments($segments);
}

REMOVE "static"

public function encodeSegments($segments)
{
return JFactory::getApplication()->getRouter()->_encodeSegments($segments);
}

We already added this fixes in the next release version of Easydiscuss.
Please let us know if you need further assistance.
·
Sunday, 01 December 2013 11:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post