XF 2.3 Request entity too large

Dear Community,

For a few weeks now, some of my users (only a handful and by no means all of them) have been reporting the following problem when uploading photos.

I've checked the server, PHP, etc. limits. 50MB is possible, but as you can see from the screenshot, it stops at around 5MB.

The problem is new. In the meantime, I have actually only changed two things:

1. installed the latest XenForo update
2. set the PHP version to the latest

My provider said he sees no problem with the server/PHP and sees a problem with “third-party software”/XenForo.

Can anyone here give me any tips as to what the problem might be and what I can do?

Many thanks in advance.


Screenshot 2024-09-20 at 11.45.14.webp
 
Uploading large files (larger than the limits set in the XF ACP) will require server configuration changes.

These are some of the typical values which may need changing:

PHP
post_max_size
upload_max_filesize
upload_tmp_dir

MySQL
max_allowed_packet
max_packet_size
wait_timeout
 
Back
Top Bottom