MyBB Community Forums

Full Version: Attachment problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a few reports of not being able to upload large attachments (over 1mb) the result is a blank screen with no error message. Any ideas on what to look for or how to fix?
In Tools & Maintenance --> PHP Info check what max_file_upload and max_postsize is set to.
(2010-07-18, 06:45 PM)Polarbear541 Wrote: [ -> ]In Tools & Maintenance --> PHP Info check what max_file_upload and max_postsize is set to.
Max_file_size is 50M and post_max_size is 8M
Have you tested this yourself? If it works fine on your end it may be their connection or something.
I did test by uploading a jpg image at 1.4mb and I got the white page also.
Try reuploading attachment.php

If that doesn't solve the problem then could we have a link and a test account?
Tried the upload but it didn't work...




link: www.7173mustangs.com
Just a quick check have you chmod'ed your uploads folder correctly?
It should be 777.
(2010-07-18, 07:27 PM)Polarbear541 Wrote: [ -> ]Just a quick check have you chmod'ed your uploads folder correctly?
It should be 777.

Yes...uploads is chmod to 777
I tested some smaller sizes and 550kb worked but 760kb got the white screen?
(2010-07-18, 07:31 PM)RocketFoot Wrote: [ -> ]
(2010-07-18, 07:27 PM)Polarbear541 Wrote: [ -> ]Just a quick check have you chmod'ed your uploads folder correctly?
It should be 777.

Yes...uploads is chmod to 777
I tested some smaller sizes and 550kb worked but 760kb got the white screen?
I think it is fixed now...my host upped the limits to 50M and 50m! It seems to work now. I have the limits in jpeg and gif on my side set to 10M