Page 1 of 1

phpBB & PHP attachment and upload limits

Posted: Thu May 27, 2010 7:36 pm
by cah
phpBB has limits when trying to upload attachments.

There are 2 main configurations to change:

1. Under phpBB's Administration Control Panel -> POSTING -> Attachment Settings (quota, size can be set there)
2. The limits set by PHP. Manual edit is needed to make the change.

In /usr/local/lib/php.ini, there are two main settings:

Code: Select all

; Maximum size of POST data that PHP will accept.
post_max_size = 100M

Code: Select all

; Maximum allowed size for uploaded files.
upload_max_filesize = 100M