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 
help with guestbook  XML
Forum Index » General Discussion
Author Message
bl4ckman
Newbie

Joined: 26/07/2003 20:22:57
Messages: 2
Offline

Ive just uploaded my guestbook to my server, ive entered the db information but when i click on the continue to admin link button i get a connection error, ive deleted everything and tried again but the same problem happens

Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@localhost' (Using password: NO) in /home/virtual/site60/fst/var/www/html/guestbook/lib/mysql.class.php on line 30
Connection Error
.: JAY :.
Beginner
[Avatar]

Joined: 18/11/2002 20:15:25
Messages: 38
Location: USA
Offline

If you read the instructions and if you have paid any attention to that error message you would notice that you didn't enter your database info in
/admin/config.inc.php.
So, what you need to do is open that file and change first few lines :

$GB_DB["dbName"] = "your_database";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "your_username";
$GB_DB["pass"] = "your_password";

Of course you would input your login info
[WWW] [MSN]
 
Forum Index » General Discussion
Go to:   
Based on the open source JForum