Guest, before posting your code please take these rules into consideration:
It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
Don't share a wall of code. All we want is the problem area, the code related to your issue.
Hi @silox2453 . I may have found the solution to your problem.
Doing a little research I found out about the rm command which might do the trick.
By the way, depending on the .ini name you change the "EXTENSION" part of the code.
Side note: The sudo service part of the code will restart PHP-PFM for you.
PHP:
sudo rm /etc/phpX.Y-sp/conf.d/EXTENSION.ini
sudo service phpX.Y-fpm-sp restart
Hi @silox2453 . I may have found the solution to your problem.
Doing a little research I found out about the rm command which might do the trick.
By the way, depending on the .ini name you change the "EXTENSION" part of the code.
Side note: The sudo service part of the code will restart PHP-PFM for you.
PHP:
sudo rm /etc/phpX.Y-sp/conf.d/EXTENSION.ini
sudo service phpX.Y-fpm-sp restart
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.