Welcome to the PufferPanel community forums! If you need help please register an account and post in the Support category.
PHP is not found within your PATH, cannot proceed
-
Hey,
So I am running the installer on Ubuntu 14.04, and I was doing the last command (./pufferpanel install
) and got this message:
PHP is not found within your PATH, cannot proceedThe path I was on at the time was:
"/var/www/cp.MYDOMAIN.COM/html/pufferpanel$"Cheers,
Saphiria
-
This is usually due to php-cli not being installed. Make sure you install the dependencies located here:
http://www.pufferpanel.com/docs/getting-startedOn Ubuntu 14.04 you can fix this by doing
sudo apt-get install php5-cli