installation problem??

Hi,

i am installing boones 6.1.6 on my host

it gives me error

register_globals 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.

But in my php.ini file

register_globals is OFF

I can't understand ....

How to solve this??

Quote · 26 May 2009

put the following code into a file called phpinfo.php:

 

<?php

phpinfo ();

?>

 

dump the file in the root of your web domain and the run it by calling www.yourdomain.com/phpinfo.php

 

Search for the register_globals parameter and then you will definately know whether it is on or off.

Quote · 26 May 2009

Hi,

i am installing boones 6.1.6 on my host

it gives me error

register_globals 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.

But in my php.ini file

register_globals is OFF

I can't understand ....

How to solve this??

sometimes you need to put the php.ini on each sub folder not just in public_html

check also your php.ini it should be :

register_globals = Off

Live Support http://dolphinbugfixing.com
Quote · 26 May 2009

Out of interest. If php.ini does not reside in each of the sub folders, do all the sub folders inherit the parameters of the root php.ini ? Or do you have to have php.ini in each sub folder below root?

Quote · 26 May 2009

sometimes you need to put the php.ini on each sub folder not just in public_html due to some hosting server settings, no harm in trying this I think.

Live Support http://dolphinbugfixing.com
Quote · 26 May 2009
 
 
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.