XenForo
Administrative
- Thread starter
- Admin
- #1
Hi All,
we have written custom code to provide forum access to the emails VIA API.
We are using the existing code of Xenforo.
PHP:
$permissionUpdater = $this->service('XF:UpdatePermissions');
$permissionUpdater->setContent('node', $forumId)->setUser($user);
$permissionUpdater->updatePermissions($permissions);
After we released this code we experienced Deadlok issue as mentioned in XF 2.2 - Deadlock on permission API and we are getting...
Read more
ادامه مطلب...
we have written custom code to provide forum access to the emails VIA API.
We are using the existing code of Xenforo.
PHP:
$permissionUpdater = $this->service('XF:UpdatePermissions');
$permissionUpdater->setContent('node', $forumId)->setUser($user);
$permissionUpdater->updatePermissions($permissions);
After we released this code we experienced Deadlok issue as mentioned in XF 2.2 - Deadlock on permission API and we are getting...
Read more
ادامه مطلب...