[RSS Feed/News] Uploaded file is too large

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Confirmed that php.ini (7.4.3) contains:

post_max_size = 80M
upload_max_filesize = 50M

Confirmed that the php.ini file is being used by Apache2 via phpinfo().

Confirmed that src/config.php contains:

$config['maxImageResizePixelCount'] = 60000000;

Meanwhile my test file, which is a 1.8MB PNG file that's 1600x900 throws the error, as do many many other images. A 517KB 800x450 PNG image works fine.

This was working until a couple of days ago when I rebooted. Site error_log show...

Read more
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom