XF 2.1 Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 167936 bytes) src/XF/Mvc/Entity/Finder.php:1489

Techie43

Member
Hello,

I am getting this error intermittently in the server error logs. I don't think the functionality is being affected but I am really curious and what future repercussions it may have.

below are the details for the same. Please help finding the error and fixing it.

Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 167936 bytes) src/XF/Mvc/Entity/Finder.php:1489

Code:
Stack trace
#0 [internal function]: XF::handleFatalError()
#1 {main}
Request state
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(46) "https://marketplace.resolutionbazaar.com/home/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom