Server Error Logs Images

raul_

Member
I have this error logs in the forum

Server Error Log
Error Info
ErrorException: Fatal Error: Out of memory (allocated 31719424) (tried to allocate 16512 bytes) - library/XenForo/Image/Gd.php:78
Generated By: larasexy, Viernes a las 20:27
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Solicitar estado
array(3) {
["url"] => string(136) "http://www.pantysusados.com/index.p...ff1fcd01d70&content_type=conversation_message"
["_GET"] => array(3) {
["attachments/do-upload_json"] => string(0) ""
["hash"] => string(32) "8629c04e2f20797634298ff1fcd01d70"
["content_type"] => string(20) "conversation_message"
}
["_POST"] => array(7) {
["Filename"] => string(23) "2014-07-17 22.03.33.jpg"
["_xfResponseType"] => string(4) "json"
["content_data"] => array(1) {
["conversation_id"] => string(4) "1156"
}
["_xfNoRedirect"] => string(1) "1"
["_xfSessionId"] => string(32) "70cdf4e367846d62c73aa7867ec4b64a"
["_xfToken"] => string(8) "********"
["Upload"] => string(12) "Submit Query"
}
}

Server Error Log
Error Info
ErrorException: Fatal Error: Out of memory (allocated 31719424) (tried to allocate 18432 bytes) -library/XenForo/Image/Gd.php:78
Generated By: Aroa Love, 27 de Julio de 2015
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Solicitar estado
array(3) {
["url"] => string(59) "http://www.pantysusados.com/index.php?account/avatar-upload"
["_GET"] => array(1) {
["account/avatar-upload"] => string(0) ""
}
["_POST"] => array(8) {
["use_gravatar"] => string(1) "0"
["avatar_date"] => string(1) "0"
["avatar_crop_x"] => string(1) "0"
["avatar_crop_y"] => string(1) "0"
["_xfToken"] => string(8) "********"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(9) "json-text"
["_xfUploader"] => string(1) "1"
}
}

what's happend? who can i resolve this?
 
This is actually a memory limit from outside PHP. You would very likely need to contact your host. This is about 1/4 of the default memory limit in PHP.
 
ETj846o.png
 
This limit is not within PHP, so those settings aren't relevant -- you can see it erroring around 30MB, not 120MB. It is something like a ulimit that has been applied to the process. This is an error where PHP failed to allocate memory.

If your host can't fix it, the best you can do is significantly reducing the max size of images that will be processed (via config.php), but this is a stringent limit so it may be triggered in a few other cases.
 
Top Bottom