Social Groups (XenForo 2.x.x)

Social Groups (XenForo 2.x.x) [Paid] 3.6.1

No permission to buy ($50.00)
I just purchased the XF media addon and I get this error going to the group's media tab:

Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'xf_mg_album.tl_group_id' in 'where clause' in src/XF/Db/AbstractStatement.php at line 212

    XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
    XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
    XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
    XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1118
    XF\Mvc\Entity\Finder->total() in src/addons/XFMG/ControllerPlugin/AlbumList.php at line 31
    XFMG\ControllerPlugin\AlbumList->getAlbumListData() in src/addons/Truonglv/Groups/Pub/Controller/Group.php at line 188
    Truonglv\Groups\Pub\Controller\Group->actionMedia() in src/XF/Mvc/Dispatcher.php at line 249
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    XF\App->run() in src/XF.php at line 329
    XF::runApp() in index.php at line 13
 
I just purchased the XF media addon and I get this error going to the group's media tab:

Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'xf_mg_album.tl_group_id' in 'where clause' in src/XF/Db/AbstractStatement.php at line 212

    XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
    XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
    XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
    XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
    XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1118
    XF\Mvc\Entity\Finder->total() in src/addons/XFMG/ControllerPlugin/AlbumList.php at line 31
    XFMG\ControllerPlugin\AlbumList->getAlbumListData() in src/addons/Truonglv/Groups/Pub/Controller/Group.php at line 188
    Truonglv\Groups\Pub\Controller\Group->actionMedia() in src/XF/Mvc/Dispatcher.php at line 249
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    XF\App->run() in src/XF.php at line 329
    XF::runApp() in index.php at line 13
For this issue you must manual run there query:
Code:
ALTER TABLE xf_mg_album ADD COLUMN tl_group_id int unsigned not null default '0'
Code:
ALTER TABLE xf_tl_group ADD COLUMN album_count int unsigned not null default '0'
 
For this issue you must manual run there query:
Code:
ALTER TABLE xf_mg_album ADD COLUMN tl_group_id int unsigned not null default '0'
Code:
ALTER TABLE xf_tl_group ADD COLUMN album_count int unsigned not null default '0'

Thanks, that seemed to fix it. Fyi, I couldn't run the second query, but everything seems to work.

Code:
#1060 - Duplicate column name 'album_count'
 
Yes. If you leave the group you can reassign to a member.

I'm testing for someone who ask me to install this script and I can't add a forum as Forum Admin and Group Admin/Owner
Oops! We ran into some problems.
Requested group could not be found.

Sure it exists, I'm loged in that groip otherwise how can you add a forum? :-)
[tl] Social Groups 1.0.8
No Server error logs
 
that is where we are planning to end up @ xen2.1....but i need to see how to import all of the data first.....some things i can see, need to be imported at lower versions and/or to other addons first.......so, of course we need to know beforehand this info...

thank you for the quick reply :)
 
Top Bottom