PhpBB2 shows that I can not upload files larger than xxxMB

In order for this issue to be solved you should alter your php configuration. This can be done by creating a php.ini file in your phpbb2 directory with the following content:

max_upload_size = xxxM


This way phpBB will allow file uploads as large as xxxM. Please note that such a php.ini file should be created in every directory that has php script with uploading functions.


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 2944