Installation Problem... please help!

benofmerion - January 14, 2005 - 01:05

Okay, I set up the SQL Database and edited the conf file. I currently have drupal installed at:
http://www.bentoll.com/drupal/ When I try to go there, I just get a blank page. Even with a refresh...nothing happends...

Whats wrong?

error message

jflefebvre - January 14, 2005 - 01:12

hello bentoll,

when I tried the first time your URL, I received an "unable to select database" error message and after a refresh, a blank page.
Have you specified the correct parameters in your conf.php ?

Well...here is my conf file...

benofmerion - January 14, 2005 - 01:29

$db_url = "mysql://drupal:********@localhost/drupal";

$db_prefix = "";

$base_url = "http://www.bentoll.com/drupal/";

Directory Installed in httpdocs: http://www.bentoll.com/drupal
Drupal Database: drupal
Database Username: drupal
Password: ****** --- hidden ;)

Do you need to know anyother information?

Few suggestions

kbahey - January 14, 2005 - 02:15

For starters remove the last / in the base_url line.

As for "unable to select", perhaps the used drupal does not have enough access permissions GRANTed to him?

Check the GRANT command in the INSTALL.txt file and run it again, then see if you could connect or not.

 
 

Drupal is a registered trademark of Dries Buytaert.