Hi, When I switched to PHP-FPM, I couldn't run the "java" executable (in PHP code). I'm assuming it's because /usr/bin is not in the PATH, but how do I fix this? Thx.
I think it's an open_basedir problem. Please add /usr/bin to open_basedir on the Options tab of the website.