OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform PHP cannot be found

This topic contains 3 replies, has 2 voices, and was last updated by  Roman Grebenchuk 9 years, 3 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #36841

    behrang
    Participant

    Hi
    OROCRM is installed. But when trying to install something via package manager we get error:
    × PHP cannot be found
    so we cannot install needed packages, same error on updating packages.
    greets

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #36842

    Hi,

    As fast workaround you can define environment variable ORO_PHP_PATH with full path to php binary file.
    “PHP cannot be found” appears when php binary can not be found in system. Actually it occurs in different cases (php cli is not installed, if there are several php installations, restrictions from Web server, etc).

    #36843

    behrang
    Participant

    you mean like in /etc/environment
    ORO_PHP_PATH=”/usr/bin/”
    greets

    #36844

    yes,
    but with binary file name
    ORO_PHP_PATH=”/usr/bin/php”

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroPlatform’ is closed to new topics and replies.

Back to top