Change PHP memory limit ends in ERROR: php-fpm failed to start with new configuration

Hi,
I searched the web and the forum without any success.
I want to improve my memory limit.
I tried on apache 2, nginx, php8.2 …same result every time :

image

Can somebody help me?

Tks

Alex

I was limlited to 1 media so I answer myself with other screens :slightly_frowning_face:
image

the last one…

image

systemctl restart php8.1-fpm.service

And check each php version…

Tried 8.1 and 8.2, still same error…

Tried all version + apache2 + nginx…

sytemctl restart php8.1-fpm.service
sytemctl restart php8.2-fpm.service
sytemctl restart php8.0-fpm.service
sytemctl restart php5.6-fpm.service

I did all those commands

And none of them give an error?

Check the status of the services to view the error:

systemctl --no-pager status php5.6-fpm.service
systemctl --no-pager status php8.0-fpm.service
systemctl --no-pager status php8.1-fpm.service
systemctl --no-pager status php8.2-fpm.service

Hi,
No error.
I managed to do it editing hte php.ini through the admin panel uncheking the restart checkbox, then restarting it on the services list…


image
image

1 Like

same behavior, v1.8.8, worked as told above! thanks