phpBB & PHP attachment and upload limits

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

phpBB & PHP attachment and upload limits

Post 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
CAH, The Great
Post Reply