I am having some problems with ubuntu and php5-fpm on my VPS. Php works fine, however it throws terminal error when I am trying to reload / restart / stop it. Basically, I c
The option that worked for me was to reset opcache. Create a file opcache-reset.php file in your site root and add:
After reseting opcache, you can delete the file or move it out of your site root.