Social Groups (Teams)

Social Groups (Teams) [Paid] 2.9.1a

No permission to buy (0.00)
Nobita updated Social Groups (Teams) with a new update entry:

Version 2.3.6 released!

Change logs:
  • Support XenForo Core Tagging
  • Use default user time setting for Event
  • Added new permission allow restrict join group
  • Added option allow display privacy when create or edit group
  • Added option allow disallow text in ribbons
  • Better group cover render
  • Better group newsfeed implements
NOTE: This version has re-write group NewsFeed. Its still beta of building so some functions of previous version was remove. I will take it come back later :)

Read the rest of this update entry...
 
I'm having big problems! I tried to upgrade (using the file on my server) and it seemed to work but the version did not increment, so I thought maybe that was the old install file. So I tried it again from the file downloaded in the new version and got this when attempting to upgrade:

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Column 'content_id' cannot be null - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Vex, A moment ago
Stack Trace
#0 /var/www/html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /var/www/html/library/Nobita/Teams/Model/NewsFeed.php(53): Zend_Db_Adapter_Abstract->insert('xf_team_news_fe...', Array)
#4 /var/www/html/library/Nobita/Teams/Install/VersionId280.php(85): Nobita_Teams_Model_NewsFeed->publish(4, NULL, NULL)
#5 /var/www/html/library/Nobita/Teams/Install/VersionId280.php(39): VersionId280->_migrateNewsFeed(Object(Zend_Db_Adapter_Mysqli))
#6 /var/www/html/library/Nobita/Teams/Installer.php(435): VersionId280->doUpdate(Object(Zend_Db_Adapter_Mysqli), 278)
#7 [internal function]: Nobita_Teams_Installer::install(Array, Array, Object(SimpleXMLElement))
#8 /var/www/html/library/XenForo/Model/AddOn.php(215): call_user_func(Array, Array, Array, Object(SimpleXMLElement))
#9 /var/www/html/library/XenForo/Model/AddOn.php(169): XenForo_Model_AddOn->installAddOnXml(Object(SimpleXMLElement), 'nobita_Teams')
#10 /var/www/html/library/XenForo/ControllerAdmin/AddOn.php(237): XenForo_Model_AddOn->installAddOnXmlFromFile('/tmp/phpbyeDtK', 'nobita_Teams')
#11 /var/www/html/library/Nobita/Teams/XenForo/ControllerAdmin/AddOn.php(7): XenForo_ControllerAdmin_AddOn->actionUpgrade()
#12 /var/www/html/library/XenForo/FrontController.php(347): Nobita_Teams_XenForo_ControllerAdmin_Addon->actionUpgrade()
#13 /var/www/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#14 /var/www/html/admin.php(13): XenForo_FrontController->run()
#15 {main}
Request State
array(3) {
["url"] => string(69) "http://www.xxxxxx.net/admin.php?add-ons/nobita_Teams/upgrade"
["_GET"] => array(1) {
["add-ons/nobita_Teams/upgrade"] => string(0) ""
}
["_POST"] => array(3) {
["server_file"] => string(0) ""
["_xfConfirm"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}

And I now I can't access my groups as it says "the board is being upgraded" on the groups page. Please help!!!
 
I "downgraded" my groups and got the old version working but lost group wall posts and covers. And now my admin server error log has blown up with this:

Code:
XenForo_Exception: Handler for contentType could not be found - library/Nobita/Teams/Model/Post.php:1152
Generated By: Vex, 2 minutes ago
Stack Trace
#0 /var/www/html/library/Nobita/Teams/Model/Post.php(1190): Nobita_Teams_Model_Post->getPostHandlerByContentType('')
#1 /var/www/html/library/Nobita/Teams/ControllerPublic/Ajax.php(79): Nobita_Teams_Model_Post->getAndMergeContentData(Array)
#2 /var/www/html/library/XenForo/FrontController.php(347): Nobita_Teams_ControllerPublic_Ajax->actionNewsFeed()
#3 /var/www/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/html/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(84) "http://www.xxxxxxxxx.net/index.php?guilds/ajax/newsfeed&team_id=1&wtype=member"
["_GET"] => array(3) {
["guilds/ajax/newsfeed"] => string(0) ""
["team_id"] => string(1) "1"
["wtype"] => string(6) "member"
}
["_POST"] => array(0) {
}
}

:(
 
Back
Top