Author |
Message |
08/07/2007 17:25:55
|
mambo
Newbie
Joined: 08/07/2007 16:54:12
Messages: 2
Offline
|
I tried to install th guestbook, no modifcations where made to any php file, i copied the folder to the website and then used websitename/guestbook/install.php so far so good that works whatever i do i am not able to create a db, no problem i made one by hand. after running the install.php and choose create table i get the message
Advanced Guestbook
--------------------------------------------------------------------------------
Tables were created successfully!
Your selected database: guestbook
Your MySQL host: guestbook
Your MySQL username: javling
---------------------------------------------------------------------------------
in the next screen i get the following error
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /var/www/vhosts/javlin.nl/httpdocs/gbook/lib/mysql.class.php on line 30
Connection Error
---------------------------------------------------------------------------------
if anyone know how to act now i would be happy
thanks
|
|
08/07/2007 18:19:19
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
That means that your config.php file is not configured to reflect your database information. IE login password database name. Example below.
$GB_DB['dbName'] = 'xxxxxx'; // The name of your MySQL Database
$GB_DB['host'] = 'localhost'; // The server your database is on. Localhost is usualy correct
$GB_DB['user'] = 'xxxxxx'; // Your MySQL username
$GB_DB['pass'] = 'xxxxxxxx'; // Your MySQL password
|
LINK-> Use Lazarus Guestbook |
|
08/07/2007 22:29:27
|
mambo
Newbie
Joined: 08/07/2007 16:54:12
Messages: 2
Offline
|
Perhaps a bit strange i downloaded the lazarusgb and that worked immediatly, still wondering what te problem was with advanced guestbook
|
|
|