Simplilearn
Member
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 https://xenforo.com/community/threads/deadlock-on-permission-api.205113/ and we are getting following errors every moment.
We are unable to do any edits on the nodes from the Admin Panel to see if we can provide permissions.It throws memory size errors with different stack trace. So we are completely blocked.
Could you please help us? Its been pending for over a month now.
Appreciate any insights provided
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 https://xenforo.com/community/threads/deadlock-on-permission-api.205113/ and we are getting following errors every moment.
We are unable to do any edits on the nodes from the Admin Panel to see if we can provide permissions.It throws memory size errors with different stack trace. So we are completely blocked.
Could you please help us? Its been pending for over a month now.
Appreciate any insights provided