I had problems getting the installer to work with my hosting compny as many of the users of dolphin do because of the error about "allow_url_include is On (warning, you should have this param in Off state, or your site will be unsafe)"
I had my hosts look into this for me as they are by far the best hosting company I have ever used and I have been with many since 1995.
The actual problem for this as the responce from my hosts bellow states
=======================================================================================
Its actually a bug in the installer, I have seen this before.
define('CHECK_DOLPHIN_REQUIREMENTS', 1); //Don`t recommend to skip this step
That statement has a exit string Boolean of 1 which should be 0 all fixed.
=======================================================================================