If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
installation advanced guestbook 2.4.2  XML
Forum Index » Advanced Guestbook Forum
Author Message
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
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
[WWW] [Yahoo!] aim icon [MSN]
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
 
Forum Index » Advanced Guestbook Forum
Go to:   
Based on the open source JForum