Fixed Bug Report Social Group

Realystic

Member
Hey just posting some issues we had while testing 2.4.0
  • Current version of beta, stats not working yet
  • Newfeed sorta works but text vanishes
  • When group set to moderated for posts, then post approved text doesn't show up on news feed.
Code:
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: Athayus, 8 minutes ago

Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(63) "http://xxxxxxxxx.com/groups/ajax/newsfeed?team_id=5&wtype=public"
  ["_GET"] => array(2) {
    ["team_id"] => string(1) "5"
    ["wtype"] => string(6) "public"
  }
  ["_POST"] => array(0) {
  }
}

Scripts Used:
Social Group Beta 2.4.0
Xenforo 1.5.x
 
Was clean install of script after uninstalling it.

The text on news feed disappears,

if the group is set to moderate posts, and you approve it the text also doesn't show up.
 
still having issue with content when posting in a news group feed.

Code:
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: Athayus, 2 minutes ago

Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(63) "http://xxxxxxx.com/groups/ajax/newsfeed?team_id=5&wtype=public"
  ["_GET"] => array(2) {
    ["team_id"] => string(1) "5"
    ["wtype"] => string(6) "public"
  }
  ["_POST"] => array(0) {
  }
}
 
still having issue with content when posting in a news group feed.

Code:
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: Athayus, 2 minutes ago

Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(63) "http://xxxxxxx.com/groups/ajax/newsfeed?team_id=5&wtype=public"
  ["_GET"] => array(2) {
    ["team_id"] => string(1) "5"
    ["wtype"] => string(6) "public"
  }
  ["_POST"] => array(0) {
  }
}
RealysticIt is old data. You should running this query on your Database.

Code:
DELETE FROM xf_team_news_feed where content_type = 'member';
 
Back
Top