XF 1.5 Limited to 8mb uploads

Handyman

Member
I seem to be limit to 8mb uploads

I could not change the limit in php.ini so asked the server providers to take a look. They enabled PHP-FPM and got it to change and shows in phpinfo at 32mb

I have set the attachments to 20mb but it won't let me upload over 8mb.

Have imagemagick and imagick installed but still get file is too big error if over 8mb

Any ideas what this could be.
 
I seem to be limit to 8mb uploads

I could not change the limit in php.ini so asked the server providers to take a look. They enabled PHP-FPM and got it to change and shows in phpinfo at 32mb

I have set the attachments to 20mb but it won't let me upload over 8mb.

Have imagemagick and imagick installed but still get file is too big error if over 8mb

Any ideas what this could be.
you need to change following 3 places
php.ini
web server for example nginx.conf
xenforo attachment size
 
Top Bottom