Error during install self-host

Uploaded everything file, after entering DB and e-mail settings in the setup screen I get this error:

Whoops, looks like something went wrong.
1/1 ErrorException in ExecutableFinder.php line 63:
is_executable(): open_basedir restriction in effect. File(/usr/local/php55/lib/php/) is not within the allowed path(s): (/home/adminrag/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php55/lib/php/)

If needed I have the full debug message.

What is going on?

OK I seem to have fixed it by turning “Open basedir” off.

But still strange, as I recently (january 2016) installed a previous version of Invoice Ninja on this exact same server and config and back then I didn’t get this error…

In our latest version we updated to Laravel 5.2, this has caused the app’s requirements to change a bit.

In the path I notice php55, I think this means it’s using PHP v5.5. You may need to change your PHP CLI version to 5.6 to prevent needing to turn basedir off.

OK thanks for the addition.
Is it bad to turn off basedir?
Otherwise, this will work fine for me

Sorry, I don’t know what the impact of disabling open_basedir is.