Error while trying to install d7
QuoteJun 22, 2009 10:500 likesLike
 

I'm having trouble getting D7 installed.I don't know if it's because I'm trying to install it into a sub directory or not?I keep getting this warning.

1.  regestired_globals is on(Warning you should have this param  in off state,Or your site will unsafe)

2.  allow_ url_ include is on(Warning you should have this param in off state,Or your site will unsafe)

3.  get_magic_quotes_gpc is off,Enable it

I hade my host make php.ini file(Its to long to paste here) and changed the warnings to 1. off,2. off,3. on and I still can not get the install page.Can any one shed some light on this.By the way my host is host gator.Thank you in advance to any one that replies to this message and sheds some light....Disstudem

QuoteJun 22, 2009 11:130 likesLike
 

Create a blank file with the following contents:

<?PHP

phpinfo();

?>

And see whether the required settings are actually in place or not. If not, contact your host and have them check it out.

QuoteJun 22, 2009 22:580 likesLike
 

Thanks for the reply.I just over looked a setting in my php.ini file.Fixed that and now every things good.Once again thank you...Disstudem