XF 2.0 Allowed Memory Size Exhausted

Snog

Well-known member
I have that very generic error happening on a client's site that I can't seem to track down.

Any ideas?
  • ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36864 bytes)
  • src/XF/Db/Mysqli/Statement.php:125
  • Generated by: Unknown account
  • Mar 28, 2018 at 1:16 PM
Stack trace

#0 [internal function]: XF::handleFatalError()
#1 {main}

Request state

array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(28) "https://www.xxxxx.com/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Well, it turns out it was a job from the Media Gallery.

I checked my development server to compare the job table contents and it didn't have any jobs for the gallery. So, I deleted that job from my client's database and everything has been running without a problem.

Unfortunately, I was silly enough not to record exactly what job it was from the Media Gallery before deleting it so I can't say what it was. If it comes back again, I'll be sure to record and report it.

This was on a site that was upgraded from XF1 to XF2 just yesterday. So it MAY have been a remnant from that. But I can't say for sure.
 
Hi @Snog,

I am getting a similar error but the file which seems to be producing this error is;

src/XF/Mvc/Entity/Finder.php:1489

Any idea as to what this means. Maybe you could offer some advice as you've already dealt with this issue.
 
Back
Top Bottom