Firts of all i for every one....
I'm portuguese so i have a lausly inglish...
I have a problem...
im the documentation os drupal... on istaling.. i creat the tables.. and do exactly as it say...
I tri to creat an a first acount (for have access to de Administration Area).. but drupal can't do to creat an acount.
How can i resolve the problem.. if you need more information.. teel me... ok
http://clientes.webtt.biz/msource/canal/index.php -- this is the page

Tanks
------------------------------
Magic_Source

Comments

mmtahir’s picture

1. Open php.ini file (normaly in the windows/winnt directory)

2. Find Change / add the following settings

register_globals = 0
track_vars = 1
short_open_tag = 1
magic_quotes_gpc = 0
magic_quotes_runtime = 0
magic_quotes_sybase = 0
arg_separator.output = "&"
session.cache_expire = 200000
session.cookie_lifetime = 2000000
session.auto_start = 0
session.save_handler = user
session.cache_limiter = none
php_value allow_call_time_pass_reference = Off

3. Open the drupal website (e.g. http://localhost/drupal420)

4. Login user name and password initially given to you by drupal
(for installation steps please look for the install doc supplyed with drupal)

5. And it worked (At least it works on my system with IIS)

good luck