I used phpinfo() in the code and it shows that the Loaded Configuration File is /etc/php/7.4/fpm/php.ini, I edited the upload_max_filesize to 500M and restarted the fpm service using, sudo systemctl restart php7.4-fpm but still the changes have not taken place.
Asked
Active
Viewed 438 times
0
-
1Most likely, there is a pool for your site. Check in `/etc/php/7.4/fpm/pool.d/` – Orphans Jan 03 '23 at 07:35
-
I don't know what is pool, how to check for it and solve the issue please? – Sting Jan 03 '23 at 10:18
-
Hi @Sting Please list all runing services with php in their name. You may need something like `sudo systemctl reload php7.4-fpm.service` – gildux Jan 03 '23 at 12:48
-
@Sting Did you check in the catalogue I mentioned? – Orphans Jan 04 '23 at 08:30
-
@gildux - the original post already explains that it has been done. – Orphans Jan 04 '23 at 08:31
-
Yes @Orphans the original post said it restarted fpm service. As it's about FPM, i'm warning to be sure to restart the good pool service too, like you warned to be sure to edit the right configuration. I've accrossed the case many times, when one think dealing with the right service but they are sibiling dansing. – gildux Jan 04 '23 at 09:32
-
OP explicitly mentioned that they did "sudo systemctl restartphp7.4-fpm", you basically said that they should run the same command again. – Orphans Jan 05 '23 at 10:51
-
@Orphans, what to check for exactly?, I have a www.conf file in this path /etc/php/7.4/fpm/pool.d/. Should I edit it or something? – Sting Jan 05 '23 at 11:10