Social Groups (XenForo 2.x.x)

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

No permission to buy ($50.00)
I have a new error message that appears from time to time:

Code:
XF\Db\Exception: MySQL statement prepare error [1146]: Table '************.xf_tl_group_admin_log' doesn't exist src/XF/Db/AbstractStatement.php:212
Code:
DELETE  FROM `xf_tl_group_admin_log` WHERE log_date < ?
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL statement...', 1146, '42S02')
#1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1146, '42S02')
#2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(79): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Db/AbstractAdapter.php(217): XF\Db\AbstractAdapter->query('DELETE  FROM `x...', 1519805252)
#5 src/addons/Truonglv/Groups/Repository/AdminLog.php(98): XF\Db\AbstractAdapter->delete('xf_tl_group_adm...', 'log_date < ?', 1519805252)
#6 src/addons/Truonglv/Groups/Cron/CleanUp.php(19): Truonglv\Groups\Repository\AdminLog->pruneLogRecords()
#7 [internal function]: Truonglv\Groups\Cron\CleanUp::everyTwoHours(Object(XF\Entity\CronEntry))
#8 src/XF/Job/Cron.php(35): call_user_func(Array, Object(XF\Entity\CronEntry))
#9 src/XF/Job/Manager.php(241): XF\Job\Cron->run(7.9999980926514)
#10 src/XF/Job/Manager.php(187): XF\Job\Manager->runJobInternal(Array, 7.9999980926514)
#11 src/XF/Job/Manager.php(76): XF\Job\Manager->runJobEntry(Array, 7.9999980926514)
#12 job.php(15): XF\Job\Manager->runQueue(false, 8)
#13 {main}
 
I have a new error message that appears from time to time:

Code:
XF\Db\Exception: MySQL statement prepare error [1146]: Table '************.xf_tl_group_admin_log' doesn't exist src/XF/Db/AbstractStatement.php:212
Code:
DELETE  FROM `xf_tl_group_admin_log` WHERE log_date < ?
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL statement...', 1146, '42S02')
#1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1146, '42S02')
#2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(79): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Db/AbstractAdapter.php(217): XF\Db\AbstractAdapter->query('DELETE  FROM `x...', 1519805252)
#5 src/addons/Truonglv/Groups/Repository/AdminLog.php(98): XF\Db\AbstractAdapter->delete('xf_tl_group_adm...', 'log_date < ?', 1519805252)
#6 src/addons/Truonglv/Groups/Cron/CleanUp.php(19): Truonglv\Groups\Repository\AdminLog->pruneLogRecords()
#7 [internal function]: Truonglv\Groups\Cron\CleanUp::everyTwoHours(Object(XF\Entity\CronEntry))
#8 src/XF/Job/Cron.php(35): call_user_func(Array, Object(XF\Entity\CronEntry))
#9 src/XF/Job/Manager.php(241): XF\Job\Cron->run(7.9999980926514)
#10 src/XF/Job/Manager.php(187): XF\Job\Manager->runJobInternal(Array, 7.9999980926514)
#11 src/XF/Job/Manager.php(76): XF\Job\Manager->runJobEntry(Array, 7.9999980926514)
#12 job.php(15): XF\Job\Manager->runQueue(false, 8)
#13 {main}
I have uploaded new patch to fixes this issues too. Please upgrade to latest version.
 
truonglv updated [tl] Social Groups with a new update entry:

Version 1.0.5 released!

Notable Changes:

[BUGS]
* Fixed cover render invalid height
* Fixed cannot reposition cover.
* Fixed cannot update admin role title.
* Fixed missing templates

[FEATURES]
* Added new group news feed system.
* Added new option to format the group forum title. Currently it's support some places: Forum index, single move thread, bulk move threads. Other places not effected by this options.

Read the rest of this update entry...
 
truonglv updated [tl] Social Groups with a new update entry:

Version 1.0.6 released!

[BUGS]
* Fixed cannot reposition cover on mobile device.
* Fixed some phrases spell errors.
* Fixed pagination on category not working.
* Fixed widget show groups not in selected categories
* Fixed sent wrong alerts when new request to join group.
* Fixed no permission to view forum after created.
* Fixed cannot hard delete group
* Fixed search not working.

[FEATURES]
* Added support sitemap (groups, events, categories)
* Added new option to limit the message show in news feed card.
* Added...

Read the rest of this update entry...
 
The bug has been fixed in next version but currently it's have more feature building so I cannot release yet. Please follow this guide to fix this issues.
https://nobita.me/threads/error-installing-groups-for-xf2.1789/

Hello, i have a same problem. when i want to upgrade from 1.0.3 to 1.0.6.

In file src/addons/Truonglv/Groups/Setup.php is corect

PHP:
public function installStep7()
{
    Listener::app_setup($this->app);

    // other code...
}


Can you help me? I cant update. :(
 

Attachments

  • Výstřižek.webp
    Výstřižek.webp
    58.6 KB · Views: 0
Hello, i have a same problem. when i want to upgrade from 1.0.3 to 1.0.6.

In file src/addons/Truonglv/Groups/Setup.php is corect

PHP:
public function installStep7()
{
    Listener::app_setup($this->app);

    // other code...
}


Can you help me? I cant update. :(
So you can skip version 1.0.5a and go to 1.0.6 which has been released.
 
Last edited:
Hi there, could anyone tell me if the Social Group forums form part of the main node tree? Can threads and posts be moved to and from a social group forum and a normal forum node?
 
truonglv updated [tl] Social Groups with a new update entry:

Version 1.0.7 released!

NOTE: This add-on contains many files so please disable the add-on during upload files. Otherwise you will get some exceptions about class not found.


Notable Changes:

[FEATURES]
* Added new bb-code which allow render group anywhere. Usage: [GROUP=groupID][/GROUP]. You can disable this bb-code
through Custom BB codes page.
* Added new group widget option to show featured groups only.
* Added new group widget option to use custom template.
* Improvement cover...

Read the rest of this update entry...
 
Top Bottom