Social Groups (Teams)

Social Groups (Teams) [Paid] 2.9.1a

No permission to buy (0.00)
Tried to upgrade to the latest version and got error:
nobita_error.webp

Is the latest version compatible with php 7.0?
 
Tried to upgrade to the latest version and got error:
View attachment 2106

Is the latest version compatible with php 7.0?
RokisLook like you have some failed updates. Please manual run this query in your database.
Code:
alter table xf_team add column allow_member_posting tinyint(1) unsigned not null default '1';
 
Look like you have some failed updates. Please manual run this query in your database.
Code:
alter table xf_team add column allow_member_posting tinyint(1) unsigned not null default '1';
NobitaCan I do this by means of Xenforo software?
 
View previous replies…
I inserted SQL query with no success.
Prior to inserting the queary I noticed the addon impacts entire forum and no thread could be read, it returns error:
nobita_teams_error_2.webp

So... I have nothing but to switch the addon off. I hope this issue will be sorted out with the next addon release
 
I inserted SQL query with no success.
Prior to inserting the queary I noticed the addon impacts entire forum and no thread could be read, it returns error:
View attachment 2107

So... I have nothing but to switch the addon off. I hope this issue will be sorted out with the next addon release
RokisI will give you an special version with feature auto fixes missing columns. Please drop an PM with me there.
 
Hmmm.. I am getting an error with the Auto fix missing columns in Social Groups table.
When I run it I get this, but the addon seems to be working properly.

Thanks

Server Error
Table 'savvyaut_XF_r10.xf_team_group_draft_log' doesn't exist

  1. Zend_Db_Adapter_Mysqli->describeTable() in Nobita/Teams/XenForo/ControllerAdmin/Tools.php at line 64
  2. Nobita_Teams_XenForo_ControllerAdmin_Tools->actionAutoFixIssues() in XenForo/FrontController.php at line 351
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  4. XenForo_FrontController->run() in /home/savvyauthors/public_html/Community/admin.php at line 13
 
Hmmm.. I am getting an error with the Auto fix missing columns in Social Groups table.

Server Error
Table 'savvyaut_XF_r10.xf_team_group_draft_log' doesn't exist

  1. Zend_Db_Adapter_Mysqli->describeTable() in Nobita/Teams/XenForo/ControllerAdmin/Tools.php at line 64
  2. Nobita_Teams_XenForo_ControllerAdmin_Tools->actionAutoFixIssues() in XenForo/FrontController.php at line 351
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  4. XenForo_FrontController->run() in /home/savvyauthors/public_html/Community/admin.php at line 13
lesliedow
I'm getting the same error.
 
upload_2017-7-25_19-9-44.webp
upload_2017-7-25_19-10-2.webp
I have tried different versions and this keeps happening. @Nobita
Is there anyway to fix this?
 
Please look outdated templates and merge them. Almost templates was changed in last version.
NobitaThis is a fresh install. I've made sure there are no outdated templates, but its broke.
upload_2017-7-25_22-45-50.webp

In which I mean, I have gone through and removed all files associated with it, and deleted any template left over after the uninstallation.
 
Back
Top