ERROR with your allow_url_include statement

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.

=======================================================================================

Quote · 31 Jul 2011

Your host is incorrect. Their answer "That statement has a exit string Boolean of 1 which should be 0 all fixed." is inaccurate.

That define statement assigns a value of 1 to CHECK_DOLPHIN_REQUIREMENTS

If that is changed from 1 to 0 it forces dolphin to skip the requirement checks.

I see no bug here. What i see is a host that does not want to change the allow_url_include setting so they tell people there is a problem with dolphin. Trust their answer if you insist, but that is not the problem.

http://php.net/manual/en/function.define.php


https://www.deanbassett.com
Quote · 31 Jul 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.