Marcel
Active member
I've been seeing this recurring on our forum
It's always related to GD.php, and always referring to an upload / attachment.
PHP memory_limit is set to 164 (via php.ini, not script)
At first I was assuming the files being uploaded were way too big. (Xenforo seems to try to upload a file before it tells you it's too big, rather than read the file size first).
Any thoughts?
Edit : I forgot to mention, I have Development enabled via xenforo's config.php but only for my IP
PHP:
ErrorException: Fatal Error: Out of memory (allocated 89653248) (tried to allocate 14140 bytes) - library/XenForo/Image/Gd.php:70
Generated By: UserName, 11 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(115) "http://www.talkphotography.co.uk/attachments/do-upload.json?hash=b8af0fasdfsdfsdfsdfsdfc8b41448b1047&content_type=post"
["_GET"] => array(2) {
["hash"] => string(32) "b8af0fasdfsdfsdfsdfsdfc8b41448b1047"
["content_type"] => string(4) "post"
}
["_POST"] => array(7) {
["Filename"] => string(12) "DSC_0111.JPG"
["_xfNoRedirect"] => string(1) "1"
["_xfSessionId"] => string(32) "c5e72fdaf9sfdsdfesdfsdfdff4bade3bd9dbf"
["_xfToken"] => string(8) "********"
["content_data"] => array(1) {
["thread_id"] => string(6) "538955"
}
["_xfResponseType"] => string(4) "json"
["Upload"] => string(12) "Submit Query"
}
}
It's always related to GD.php, and always referring to an upload / attachment.
PHP memory_limit is set to 164 (via php.ini, not script)
At first I was assuming the files being uploaded were way too big. (Xenforo seems to try to upload a file before it tells you it's too big, rather than read the file size first).
Any thoughts?
Edit : I forgot to mention, I have Development enabled via xenforo's config.php but only for my IP