Fixed Server Error with Newsfeed

mauzao9

Member
Heya.

There is some users complaining about their group newsfeed not being visible, far i notice every time someone browses to it get 500 error, this error appears on the admin side:
Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Class Nobita_Teams_GroupNewsFeedHandler_Member contains 7 abstract methods and must therefore be declared abstract or implement the remaining methods (Nobita_Teams_GroupNewsFeedHandler_Abstract::getContentByIds, Nobita_Teams_GroupNewsFeedHandler_Abstract::canViewNewsFeedItem, Nobita_Teams_GroupNewsFeedHandler_Abstract::renderHeader, ...) - library/Nobita/Teams/GroupNewsFeedHandler/Member.php:17
Generated By: Max Bacon, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(67) "http://ilovebacons.com/groups/ajax/newsfeed?team_id=74&wtype=public"
  ["_GET"] => array(2) {
    ["team_id"] => string(2) "74"
    ["wtype"] => string(6) "public"
  }
  ["_POST"] => array(0) {
  }
}
 
@Nobita this error is not fixed, i updated to the lastest version again, it's happening on several usergroups again!
It's the exact server error on the wall feeds that makes impossible to load them.

There must be a bug somewhere causing this to happen, even with recently created groups!
 
Back
Top