GAD
Member
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 nothing, and there's nothing in any of the logs in the admin console. If there's somewhere else to look I'm all for it, but I'm at a loss.
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 nothing, and there's nothing in any of the logs in the admin console. If there's somewhere else to look I'm all for it, but I'm at a loss.