By conshelfwebguy on Thursday, 14 November 2013
Posted in General Issues
Replies 9
Likes 0
Views 1.8K
Votes 0
I just installed Easy Discuss ver 3.1.8872 and I'm having several major issues.

On the frontend side of things, I get a blank white page. With error reporting on, here is the error it kicks back:
Fatal error: Cannot make non static method JRouter::encodeSegments() static in class DiscussRouter in /mnt/data/vhosts/httpdocs/components/com_easydiscuss/helpers/router.php on line 818

In the backend, I get this error with ER on:
Fatal error: Cannot make non static method JRouter::encodeSegments() static in class DiscussRouter in /mnt/data/vhosts/httpdocs/components/com_easydiscuss/helpers/router.php on line 23

In its current form it is not usable.

Thanks
Hello Conshelfwebguy,

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);
}

Change to

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


Please let us know if you need further assistance.
·
Thursday, 14 November 2013 01:09
·
0 Likes
·
0 Votes
·
0 Comments
·
I had this same problem after updating to 3.2 today. The fix described above worked for me. Will this be pushed out in an update at some point?

-n
·
Sunday, 15 December 2013 06:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bill,

I am really sorry for the delay of this reply as it is a weekend for us here.
Do you mean that when you update to Joomla 3.2 then hit the error right? Because I'm confusing you said about "3.2" , actually the fixes already added in the latest version of Easydiscuss 3.2, so don't be worries of that in the future. Hope this help.
·
Sunday, 15 December 2013 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,

No problem on the response time. =]

I updated Joomla today to 3.2.0. I also updated about 11 extensions. I'm not sure if EasyDiscuss was one of them .. I don't remember. After all of the updating was done, I experienced the problem described above. My EasyDiscuss is currently at 3.1.8872 and update manager does not find a newer version for me.

I just wanted to make sure that you guys knew the problem still existed. =]

-n
·
Sunday, 15 December 2013 10:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bill,

Thanks reporting on this issues, I believe that was because your side still running the older Easydiscuss 3.1, actually the fixes already added in latest version of Easydiscuss 3.2, so you can download that latest version from our side http://stackideas.com/dashboard . Then go to your Joomla backend > Extension Manager > Upload/Install - latest version of EasyDiscuss 3.2 and see how it goes? Please advise.
·
Sunday, 15 December 2013 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,

I updated to 3.2.9248 and things are working fine.

Any idea why the Joomla update manager wasn't picking up the updates? I noticed that my Komento and EasyBlog installs were behind, too.. the update manager wasn't indicating that they were updatable. =\

-n
·
Monday, 16 December 2013 05:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bill,

Sorry for late reply to this,
Do you mean that the Joomla updater? See my screenshot : http://screencast.com/t/E55EHP2vs0S Please advise.
·
Monday, 16 December 2013 10:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,

I'm referring to Extensions -> Extension Manager -> Update

-n
·
Monday, 16 December 2013 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bill,

That's because Joomla update haven't support for the Easydiscuss yet, so only manually update the Easydiscuss in current system.
Sorry for inconvenience to you.
·
Monday, 16 December 2013 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post