upload_max_filesize file is not updating even after making changes in php.ini file #760
devphoenix2404
started this conversation in
General
Replies: 2 comments
-
I'm not able to reproduce: $ docker run -it --rm --pull=always wordpress:6.0.2-php8.0-fpm bash
6.0.2-php8.0-fpm: Pulling from library/wordpress
31b3f1ad4ce1: Already exists
ad30ef427bea: Pull complete
deeb65fd0ffb: Pull complete
136a0d294b5e: Pull complete
12b67f6088ce: Pull complete
9def9260c5ce: Pull complete
e025878e7ef2: Pull complete
fe4326096402: Pull complete
e1dac60649be: Pull complete
bf40467c22ec: Pull complete
cd59858b8649: Pull complete
6bdb1d60b695: Pull complete
301a47d95f7b: Pull complete
a8cc44d7e902: Pull complete
3c0ef92401f6: Pull complete
b03e5416f509: Pull complete
cef2bbc9b988: Pull complete
Digest: sha256:6e19f14d3ddb05fe40d535d03b743da77ddfc1d294ecfd71cec5b54502d096d0
Status: Downloaded newer image for wordpress:6.0.2-php8.0-fpm
root@3ef3bf975702:/var/www/html# php -i | grep upload_max_filesize
upload_max_filesize => 2M => 2M
root@3ef3bf975702:/var/www/html# echo 'upload_max_filesize = 128M' > "$PHP_INI_DIR/conf.d/upload.ini"
root@3ef3bf975702:/var/www/html# php -i | grep upload_max_filesize
upload_max_filesize => 128M => 128M |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tianon I've tried your commands but still its not updating https://app.claap.io/sendinblue/upload-size-c-3YfMIiN6mG-D-cFf9XkGymI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
In your image
wordpress:6.0.2-php8.0-fpm
not updating even after making changes in php.ini file.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions