@Sebahat.hadzhi
Thank you for coming back to this issue.
Unfortunately I didn't get any output from this command.
plesk db -e "SELECT * FROM PhpSettingsParameters WHERE id=19 and name='opcache.enable'"
I tried to run this command instead and got the following output.
plesk db -e "SELECT *...
We use ANS Group in the UK for our hosting and they have provided all of the Plesk licences for us. Unfortunately, they don't seem interested in sending bug reports through to Plesk and will only implement an immediate fix.
In this case, we've been able to work around the issue with our PHP...
In a production environment with high traffic sites, I tend to avoid major version increments until nearing end of life or I need newer features. I manage a lot of bespoke systems which really need testing on newer SQL versions so I'd rather not have to deal with upgrade issues. If you're using...
I have applications that are sensitive to warnings in addition to errors and will fail a request if a warning is found. When running my scripts on PHP FPM handlers, there is an error relating to enabling opcache that is breaking my scripts output.
This is the error dumped from a PHP script...