The program 'php' is currently not installed.

SellCloud uses its own PHP builds so you can have multiple versions of PHP on a server independent of what Ubuntu ships.

If you try to use php and get the following error:

~$ php
The program 'php' is currently not installed.  You can install it by typing:
sudo apt-get install php5-cli

Do not try to install php5-cli.

SellCloud has installed its PHP executables named as phpX.Y-sp.

For example:

~$ php5.4-sp -v
PHP 5.4.25 (cli) (built: Feb 11 2014 02:04:13)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies

For more information, see What SellCloud Installs, Why SellCloud Installs Its Own Nginx, Apache, and PHP Packages, and How to Use the PHP CLI.

Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

How to Fix '403 Forbidden' Errors

The error "403 Forbidden" comes from the Apache web server when either a directory was...

How to Fix '500 Internal Server Error'

The message "500 Internal Server Error" comes from the Apache web server. The most common cause...

How to Fix '503 Service Unavailable' Error

If you're seeing 503 Service Unavailable errors, this means PHP processes are crashing while...

How to Fix 'Failed to read FastCGI header' Apache Error

If you see the error "Failed to read FastCGI header" in your app's Apache error log file at...

How to Fix Apache Error 'server reached MaxRequestWorkers setting'

If you see the following message in your Apache error log: server reached MaxRequestWorkers...