XF 2.1 Odd Behaviour & Fatal Error

hqarrse

Active member
Very odd problem in that certain logged in users get a "This page isn’t working HTTP ERROR 500". Some users have no issues at all and it appears to be ok for visitors. Until recently it has been working fine and there is no obvious recent change that has caused this???!

The server error log isn't particularly helpful:

Code:
ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1179648 bytes) src/XF/Mvc/Entity/Manager.php:737

array(4) {
  ["url"] => string(11) "/community/"
  ["referrer"] => string(37) "https://www.navy-net.co.uk/community/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Any thoughts on how I might find the issue?
 
A google of the issue found these...


Or an easier to read...


If it's only affecting certain users, check to see if they're in a different usergroup and if they have access to addons that others don't. then start disabling those addons to see if one of them is causing the issue
 
Top Bottom