Files over a certain size not uploading
-
Hi
A while ago we change the file upload size to 128M because some pictures could not get uploaded -> We only needed maybe 8MB but decided to just set a high number. This worked after doing the necessary changes. We’re now in a situation that there are pictures over 10MB that need to get uploaded, but we get the following error in our log:
AH01071: Got error ‘PHP message: PHP Warning: POST Content-Length of 30790477 bytes exceeds the limit of 10485760 bytes in Unknown on line 0’, referer: https://192.168.0.222/wp-admin/media-new.php
Chrome gives me following error: POST https://192.168.0.222/wp-admin/async-upload.php 403 load-scripts.php?c=1…-handlers&ver=5.5:9
I’ve checked everywhere: the htaccess file is good, so is the wp-config, apache ini files are fine. I even checked the functions.php and that one is also fine. Everywhere I check has the 128M correct, but it’s not taking. We are using an nginx proxy manager (differen server) but i already changed the client_max_body_size and this has no effect on the error.
Could anyone help me with this?
- The topic ‘Files over a certain size not uploading’ is closed to new replies.