We're running a Neos 1.2.x based installation based on Ubuntu 14.04 with PHP 5.5.9-1ubuntu4.5 - the access via Browser is served by Nginx which executes php5-fpm (separate Pool for the vHost's User-Account).
The installation works pretty well, the Frontend is accessible and a visitor can navigate and view the pages -> all fine.
But calling the Setup via http://neos.cluster-1.dev.internezzo.ch/setup throws the following error message:
The path to your PHP (cli) binary could not be detected. Please set it manually in Configuration/Settings.yaml. (More information)
This avoids accessing the Setup.
Everything else seems to work pretty fine, even executing the command-controllers from a shell. So the error message is probably just misleading.
Jira issue originally created by user mrimann:
We're running a Neos 1.2.x based installation based on Ubuntu 14.04 with PHP 5.5.9-1ubuntu4.5 - the access via Browser is served by Nginx which executes php5-fpm (separate Pool for the vHost's User-Account).
The installation works pretty well, the Frontend is accessible and a visitor can navigate and view the pages -> all fine.
But calling the Setup via
http://neos.cluster-1.dev.internezzo.ch/setup
throws the following error message:The path to your PHP (cli) binary could not be detected. Please set it manually in Configuration/Settings.yaml. (More information)
This avoids accessing the Setup.
Everything else seems to work pretty fine, even executing the command-controllers from a shell. So the error message is probably just misleading.
Jira-URL: https://jira.neos.io/browse/NEOS-958