XF 2.3 Fatal Error: gd-webp cannot allocate temporary buffer

estranged

Well-known member
Hello,

I am having the error below while running rebuild job. Any ideas?

Thanks.
Code:
ErrorException: Fatal Error: gd-webp cannot allocate temporary buffer src/XF/Image/Gd.php:61

#0 [internal function]: XF::handleFatalError()
#1 {main}
Request state
array(4) {
  ["url"] => string(24) "/admin.php?tools/run-job"
  ["referrer"] => string(44) "X/admin.php?tools/run-job"
  ["_GET"] => array(1) {
    ["tools/run-job"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["_xfRedirect"] => string(10) "/admin.php"
    ["_xfToken"] => string(8) "********"
    ["only_ids"] => string(0) ""
  }
}
 
Got the same error today. We had issues with our update but it seemed everything was running smoothly until this popped up. Looks like ours was related to post made by a member.
Other than the error log entry it seems everything is running though, no major issues

Server error log
  • ErrorException: Fatal Error: gd-webp cannot allocate temporary buffer
  • src/XF/Image/Gd.php:61
  • Generated by: Unknown account
  • Aug 11, 2024 at 11:34 AM

Stack trace​

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

Request state​

array(4) {
["url"] => string(210) "/proxy.php?image=https%3A%2F%2Fmedia3.giphy.com%2Fmedia%2F1k1ytRsFCNH4Mj0z16%2F200w.webp%3Fcid%3Decf05e47ulsn1zzmuf83f1yvzwc3dro1rh65w5t3hnfqqdd7%26rid%3D200w.webp%26ct%3Dg&hash=47d3b1eba72fa0181ac2b02f4da0935b"
["referrer"] => bool(false)
["_GET"] => array(2) {
["image"] => string(131) "https://media3.giphy.com/media/1k1y...yvzwc3dro1rh65w5t3hnfqqdd7&rid=200w.webp&ct=g"
["hash"] => string(32) "47d3b1eba72fa0181ac2b02f4da0935b"
}
["_POST"] => array(0) {
}
}
 
Back
Top Bottom