[RSS Feed/News] Getting errors similar to "ErrorException:Fatal Error:Allowed memory size of 1073741824 bytes exhausted(tried to allocate 2621440 bytes)" every moment

Status
Not open for further replies.

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom