MyBB Community Forums

Full Version: Cannot upload attachments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yes, now I am creating all folders i.e 200904, 200905 in advance lol and changing them to 777.
(2009-03-31, 04:47 PM)kan3 Wrote: [ -> ]Yes, now I am creating all folders i.e 200904, 200905 in advance lol and changing them to 777.

So can you upload attachment right now.. Lightbulb
yes bro.
I could not upload a file and I'm pretty sure it is because it is a ZIP file over 2M, though there was no error message given.

Which PHP file do I need to change to enable a "Maximum File Size" over 2M ?

myBB 1.4.6
php 5.0.4
Most likely php.ini, if you have access to it that is.
That's assuming ./uploads/ is CHMOD to 777, you haven't changed your upload directory and you haven't disallowed .zip files being uploaded...
ok, php.ini changed to upload_max_filesize = 10M
the configuration for attachments is fine.

But still no go.
Do I need to restart something?
Did you miss this one in the php.ini file "post_max_size = 20M;"?

Also did you check like Matt said the permissions on the upload directory?
restarting httpd did the trick, thanks.
Pages: 1 2