It complained:
After a few tests, I found it was caused by file size.The image file you tried to attach is invalid.
For those over 2 MB pictures, it will show the above message.
I have set the max attachment file size to be unlimited but it still bombs out when files are over 2 MB.
After reading some of the posts on the internet, this is not a limitation of PHPBB3.
Instead, it is the limit of PHP.
Try to modify the following entries in /usr/local/lib/php.ini:
Code: Select all
; Maximum allowed size for uploaded files.
upload_max_filesize = 5M (it was set to 2M)