My issue is simple. I get to the Database protion.. I create the database using Cpanel i set permissions for the user to access the database. I input the information into the installation and hit continue and BAM back to the setup database. help?

Comments

MySQL version

5.0.51a-community

No errors appear

Check your php memory:

Check your php memory: Upload a small php script containing <?php phpinfo(); ?> and run it with your browser to check your memory_limit. If it is less than 16M, check http://drupal.org/node/207036

Also try with different browsers in case it is a cookie issue.

Do you notice anything strange with the URL of the site before and after clicking "Continue"?

If these don't help, give some more information about your server setup.

memory_limit 64M So thats

memory_limit 64M

So thats not it

I have tried 2 different browsers (IE firefox) 2 different computers the URL doesn't seem to be any different

my info file http://www.gwauctions.net/testing.php

Many users have reported

Many users have reported this issue with a new install of 6.4.
Some suggest that it is fixed by manually entering your database string into /sites/default/settings.php

$db_url = 'mysqli://DB-user:password@localhost/DBname';

Everything I say is opinion, even if interpreted as fact.
Sometimes I may be inaccurate or *GASP* wrong!
Sometimes I attack Drupal due to frustration. Get over it.

By adding the information

By adding the information into the settings.php file and going back to the install file it is working properly. This is my first instance of setting up drupal. So far i'm hoping it'll go better then the install LOL

Thanks. That worked fine,

Thanks. That worked fine, I'll cross post this to the other thread on this

nobody click here