Not sure where to put this post actually...
I was having some problems with one of my sites ("Failed to read FastCGI header"). Right now I am assuming that I may have caused the problem myself by tinkering with the php.ini file (and doing something wrong).
No problem, so I removed the php.ini file and reinstalled php. New php.ini file is now in place, but my site is now completely messed up. It seems like portions of the code aren't properly read - I can even see some of the php brackets in the output (=not good). Instinctively it seems like probably parts of the site are stored in some cache and need to be reloaded, but how to do it? I restarted apache, php, nginx - even restartet the server - no fix.
I do have opcache activated. Set it to "no" in custombuild and restarted php-fpm - do I need to recompile as well? Also (1) I am not sure if this is the culprit and (2) if it was, I am sure there is an easier fix to clean up the cache than to recompile php.
Any help appreciated!
PS: I also set opcache.enable=0 in php.ini but that didn't do the trick.
I was having some problems with one of my sites ("Failed to read FastCGI header"). Right now I am assuming that I may have caused the problem myself by tinkering with the php.ini file (and doing something wrong).
No problem, so I removed the php.ini file and reinstalled php. New php.ini file is now in place, but my site is now completely messed up. It seems like portions of the code aren't properly read - I can even see some of the php brackets in the output (=not good). Instinctively it seems like probably parts of the site are stored in some cache and need to be reloaded, but how to do it? I restarted apache, php, nginx - even restartet the server - no fix.
I do have opcache activated. Set it to "no" in custombuild and restarted php-fpm - do I need to recompile as well? Also (1) I am not sure if this is the culprit and (2) if it was, I am sure there is an easier fix to clean up the cache than to recompile php.
Any help appreciated!
PS: I also set opcache.enable=0 in php.ini but that didn't do the trick.