Hi,
My hosting provider: http://www.hostmonster.com
php version :5.2.9
plz check and help me out.......................
------------------------------------------------------------------------------------------------------------------------------------
I have downloaded the Dolphin 6.1.6 and unzip and uploaded to my root folder of my domain(snehitulu.com).
when I click http://www.snehitulu.com/install/index.php i got the following error,
-----------------------------------------------------------------------------------------------------------------------
"allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe) "
Please go to the
Dolphin Troubleshooter
and solve the problem.
-------------------------------------------------------------------------------------------------------
I browsed the web and i got someinfo saying as check the php.ini and make "allow_url_include == Off" and I did that. but still I had the same problem, Even I have check the .htaccess file which is in domain root folder, but still no success.
So I edited the install/index.php file and I made "'allow_url_include' == 1" instead of "'allow_url_include' == 0".
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if (version_compare(phpversion(), "5.2", ">") == 1) {
$aErrors[] = (ini_get('allow_url_include') == 1) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';
};
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Then I got another screen for installation and after some 8 to 9 steps it redirected to http://www.snehitulu.com/index.php
and It showed the same Error
"allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe) "
Please go to the
Dolphin Troubleshooter
and solve the problem
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
plz help me out
Admin - snehitulu.com



News