[solved] Command "./flow help" show now php fatal error

Hi,

at command “./flow help” comes this error message. Does anyone know how I can find the error?

PHP Fatal error: Uncaught TYPO3\Flow\Error\Exception: Warning: Missing argument 1 for TYPO3\Flow\Core\Bootstrap::__construct(), called in Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Object/ObjectManager.php on line 530 and defined in Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Bootstrap.php line 85 in Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Error/ErrorHandler.php:80

igbinary.ini is disable.

the solution: the nginx configuration use for the neos ghost php5.6 and the shell use php7.0 (php-cli)

I remove php7.0-cli and the problem is gone.

or use:

/usr/bin/php5 ./flow help

This should solve the issue. Never mix php version between web and cli request it’s the mother of strange issues :grin: