[Nobita] Social Groups (Teams/Guilds/Clubs)

[Nobita] Social Groups (Teams/Guilds/Clubs) [Paid] 2.8.6

No permission to buy ($69.00)
Bravo Nobita on the update and implementing changes that users wanted. I'm having some issues with certain files, but I'll update them again and see if that solves the issue. If not, I'll let you know!

Again, great job. :)
 
Last edited:
Excellent, 2.3.3. is working much better, but I'm still getting one error. The Staff list for groups is failing to load.

XenForo_Exception: Handler for contentType could not be found - library/Nobita/Teams/Model/Post.php:1152
Generated By: Odin, 1 minute ago

#0 /var/www/vhosts/ravenant/library/Nobita/Teams/Model/Post.php(1190): Nobita_Teams_Model_Post->getPostHandlerByContentType('')
#1 /var/www/vhosts/ravenant/library/Nobita/Teams/ControllerPublic/Ajax.php(79): Nobita_Teams_Model_Post->getAndMergeContentData(Array)
#2 /var/www/vhosts/ravenant/library/XenForo/FrontController.php(347): Nobita_Teams_ControllerPublic_Ajax->actionNewsFeed()
#3 /var/www/vhosts/ravenant/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/vhosts/ravenant/index.php(13): XenForo_FrontController->run()
#5 {main}

array(3) {
["url"] => string(64) "http://ravenant.com/groups/ajax/newsfeed?team_id=18&wtype=member"
["_GET"] => array(2) {
["team_id"] => string(2) "18"
["wtype"] => string(6) "member"
}
["_POST"] => array(0) {
}
}

http://snag.gy/uI0o0.jpg
 
Excellent, 2.3.3. is working much better, but I'm still getting one error. The Staff list for groups is failing to load.

XenForo_Exception: Handler for contentType could not be found - library/Nobita/Teams/Model/Post.php:1152
Generated By: Odin, 1 minute ago

#0 /var/www/vhosts/ravenant/library/Nobita/Teams/Model/Post.php(1190): Nobita_Teams_Model_Post->getPostHandlerByContentType('')
#1 /var/www/vhosts/ravenant/library/Nobita/Teams/ControllerPublic/Ajax.php(79): Nobita_Teams_Model_Post->getAndMergeContentData(Array)
#2 /var/www/vhosts/ravenant/library/XenForo/FrontController.php(347): Nobita_Teams_ControllerPublic_Ajax->actionNewsFeed()
#3 /var/www/vhosts/ravenant/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/vhosts/ravenant/index.php(13): XenForo_FrontController->run()
#5 {main}

array(3) {
["url"] => string(64) "http://ravenant.com/groups/ajax/newsfeed?team_id=18&wtype=member"
["_GET"] => array(2) {
["team_id"] => string(2) "18"
["wtype"] => string(6) "member"
}
["_POST"] => array(0) {
}
}

http://snag.gy/uI0o0.jpg
Please try to running this query on your DB:

Code:
UPDATE xf_team_post
SET content_type = 'post'
WHERE content_type = '' OR content_type IS NULL
 
Please try to running this query on your DB:

Code:
UPDATE xf_team_post
SET content_type = 'post'
WHERE content_type = '' OR content_type IS NULL
I ran that query with a semicolon after each line and got this.

MySQL said:


#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
 
I ran that query with a semicolon after each line and got this.

MySQL said:


#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
If on MariaDB it should be:
Code:
UPDATE xf_team_post SET content_type = 'post' WHERE content_type = '' OR content_type IS NULL;

*No extra line*
 
Hello Nobita
Thanks for working on the File Health Check! However after installing the new update I am getting this on the FHC scan. Is this related to your add-on? the reason I am picky about this is because someone hacked ISP and XenForo kind of alerted me that something was wrong, this is why I am a little touchy about this part of XenForo working without any error showing up at the scan....

Thank You
Vinny
 

Attachments

  • FHC.webp
    FHC.webp
    13.5 KB · Views: 8
Hello Nobita
Thanks for working on the File Health Check! However after installing the new update I am getting this on the FHC scan. Is this related to your add-on? the reason I am picky about this is because someone hacked ISP and XenForo kind of alerted me that something was wrong, this is why I am a little touchy about this part of XenForo working without any error showing up at the scan....

Thank You
Vinny
No.

Hello,

I have made for a other licence owner a german translation for this big add-on:

http://www.xendach.de/resources/deutsches-sprachpaket-fuer-social-groups-von-nobita.244/

Its actualy made with 2.2.9 but I update it this days soon... :)
Thanks you :)
 
Litle news - now the german translation from one post above is updatet to version 2.3.4 (with over 760 phrases :eek: )
 
Top Bottom