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 
Installing Advanced Guestbook  XML
Forum Index » Advanced Guestbook Forum
Author Message
Kuczek
Beginner

Joined: 10/03/2010 18:13:03
Messages: 6
Offline

I am a newbie with this stuff. I have gotten up to the point of using the script. 'install.php'

I get the following error:

Database Error

MySQL Error : Database Error
Error Number: 1050 Table 'book_auth' already exists
Date : Wed, March 10, 2010 09:35:49
IP : 24.231.139.126
Browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1. Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)
Referer : http://www.kathykuczek.com/guestbook/install.php
PHP Version : 5.2.12
OS : Linux
Server : Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_fcgid/2.3.5 Phusion_Passenger/2.2.7 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Server Name : www.kathykuczek.com


The site I am on is not familiar with Advanced Guestbook and they have directed me back here. I spent the last 24 hours getting nowhere with this program...

HELP please,

Kuczek
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Then you have already created the tables. But http://www.kathykuczek.com/guestbook/ is saying

1044 Access denied for user 'kathykuc_lynn'@'localhost' to database 'guestbook'


So you need to check the permissions for the database account you are using.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Kuczek
Beginner

Joined: 10/03/2010 18:13:03
Messages: 6
Offline

The permissions is set for All but it gave me this error message.

Database Error

MySQL Error : Database Error
Error Number: 1050 Table 'book_auth' already exists
Date : Thu, March 11, 2010 10:47:49
IP : 24.231.139.126
Browser : Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1. Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)
Referer : http://www.kathykuczek.com/guestbook/install.php
PHP Version : 5.2.12
OS : Linux
Server : Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_fcgid/2.3.5 Phusion_Passenger/2.2.7 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Server Name : www.kathykuczek.com

-------------------------------------------------

This is the last email I had from my hosting site:

> This sounds as if steps are being repeated during the install and when
> the script runs a second time, it is finding tables already being
> generated in your database. Unfortunately, I am not very familiar
> with 'Advanced Guestbook' installs and you may want to check with the
> script developers to see which step you would need to take to complete
> your install and or the steps you would need to take to get it
> installed correctly.
Kuczek
Beginner

Joined: 10/03/2010 18:13:03
Messages: 6
Offline

Should I start over and try Lazarus ?
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

The guestbook is already installed on your site - http://www.kathykuczek.com/guestbook/

You need to edit the base_url found in config.inc.php to point to http://www.kathykuczek.com/guestbook/ but other than that you are set to go.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Kuczek
Beginner

Joined: 10/03/2010 18:13:03
Messages: 6
Offline

towards the bottom of config.inc.php right?


$DB_CLASS = "mysql.class.php";
$TEC_MAIL = "kathykuczek.com";
$GB_UPLOAD = "public";
$GB_TMP = "tmp";

if ($GB_PG["base_url"] == "http://www.kathykuczek.com/guestbook/")


So I do that and save it .... then how do I see the guestbook?
Kuczek
Beginner

Joined: 10/03/2010 18:13:03
Messages: 6
Offline

Never mind ... I see it .... after all this time.

Thanks for your help.

Kuczek
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

No that's not right.

That bit should be

if ($GB_PG["base_url"] == "")

The line you need to change looks like

$GB_PG["base_url"] = "";

Change it to

$GB_PG["base_url"] = "http://www.kathykuczek.com/guestbook/";

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Kuczek
Beginner

Joined: 10/03/2010 18:13:03
Messages: 6
Offline

OK - Thanks
crystalmichelle
Newbie

Joined: 24/08/2010 23:58:08
Messages: 1
Offline

Hello,

I am also having problems getting to the admin area. I keep getting this error:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'babey17'@'localhost' (using password: YES) in /home/babey17/public_html/guestbook/lib/mysql.class.php on line 30
Connection Error
--------------------------------------------------------------------------------

MySQL Error : Connection Error
Error Number: 1045 Access denied for user 'babey17'@'localhost' (using password: YES)
Date : Tue, August 24, 2010 17:42:49
IP : 64.91.92.199
Browser : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.1.4322)
Referer : http://www.fansofleann.com/guestbook/install.php
PHP Version : 5.2.13
OS : Linux
Server : Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Server Name : www.fansofleann.com


I took some advice from this post http://proxy2.de/forum/viewtopic/7415/Help-with-Install-of-Advance-Guestbook.html and changed the following in the config file:

$GB_DB = array();
$GB_DB["dbName"] = "guestbook";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "babey17";
$GB_DB["pass"] = "xxxxxxx";



$GB_PG["base_url"] = "http://www.fansofleann.com/guestbook"; /* e.g http://www.yourdomain.com/guestbook */

$DB_CLASS = "mysql.class.php";
$TEC_MAIL = "xxxxxxx@gmail.com";
$GB_UPLOAD = "public";
$GB_TMP = "tmp";



if ($GB_PG["base_url"] == "http://www.fansofleann.com/guestbook/")


I made my password and email private while I posted the code.

Am I missing something? I checked my Manage User Privileges and it has a check next to ALL PRIVILEGES. Hope someone can help.

Thanks,

Crystal
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

http://carbonize.co.uk/Lazarus/Forum/index.php?topic=10.0

This message means that some of the database information you have supplied in admin/config.inc.php is incorrect. Check it as you may have mistyped something.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
 
Forum Index » Advanced Guestbook Forum
Go to:   
Based on the open source JForum