By default, the application use a common path to PHP. Eg. ‘/usr/bin/php’, however, some servers have special configurations. For these cases, we suggest setting up your PHP CLI path, manually.
To set the path to PHP CLI, please open the following file:
– @app/config/params.php
And replace the following line:
'App.Console.phpPath' => '', // Absolute path to php. Eg. '/usr/bin/php'
By:
'App.Console.phpPath' => '/ABSOLUTE/PATH/TO/PHP', // Absolute path to php. Eg. '/usr/bin/php'