Installing 6.4

majorpayne1 - September 3, 2008 - 20:28

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?

MySQL version

majorpayne1 - September 3, 2008 - 20:37

5.0.51a-community

No errors appear

Check your php memory:

cog.rusty - September 3, 2008 - 22:30

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

majorpayne1 - September 4, 2008 - 13:17

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

-Anti- - September 3, 2008 - 22:44

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';

By adding the information

majorpayne1 - September 4, 2008 - 13:22

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,

seanieb64 - September 6, 2008 - 01:26

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

 
 

Drupal is a registered trademark of Dries Buytaert.