XF 1.3 Fatal Error: Allowed memory size of...

Divvens

Well-known member
First time we received this error, and it seems it was during file upload?

PHP:
Error Info
ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72857600 bytes) - library/XenForo/Image/Gd.php:86
Generated By: Saiken, 40 minutes ago

Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State
array(3) {
  ["url"] => string(104) "http://orojackson.com/attachments/do-upload.json?hash=a1d4bb5d60d9dea5be09e48be95c5a04&content_type=post"
  ["_GET"] => array(2) {
    ["hash"] => string(32) "a1d4bb5d60d9dea5be09e48be95c5a04"
    ["content_type"] => string(4) "post"
  }
  ["_POST"] => array(7) {
    ["Filename"] => string(13) "first try.png"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfSessionId"] => string(32) "aee8405b2edbf9a2ac5eaed34c3dd281"
    ["_xfToken"] => string(8) "********"
    ["content_data"] => array(1) {
      ["thread_id"] => string(4) "2976"
    }
    ["_xfResponseType"] => string(4) "json"
    ["Upload"] => string(12) "Submit Query"
  }
}

Is it due to file size being large or something, can it be ignored if it happened only once (first time)?
 
Top Bottom