Author |
Message |
19/05/2002 12:52:58
|
Anonymous
|
When I try to submit a new post it just throws me back to the add entry page.
|
|
19/05/2002 17:38:10
|
willk
Beginner
Joined: 11/05/2002 17:43:01
Messages: 21
Location: Cody, WY. USA
Offline
|
You need to give some details .
any errors?
post your domain, lets see whats happening.
|
|
19/05/2002 18:09:43
|
Anonymous
|
http://www.brianne.net/guestbook/
default user and pass.
MySQL version 3.23.49
PHP Version 4.1.2
TIA
|
|
19/05/2002 21:57:40
|
willk
Beginner
Joined: 11/05/2002 17:43:01
Messages: 21
Location: Cody, WY. USA
Offline
|
It appears that something is not correct with your data base,
or it's not enabled. Many ISPs do not enable them by default and you have to ask for this to be done.
From looking at your site you do not have need of a db for anyother purpose, correct?
1.) from your server verify that a db exists for brianne.net.
If one exists, ask then to please "dump" the tables and data, as long as that is the only db you may have.
2.) a.)you need the url of the db.
ie mine is "mysql.missoulaweb.com"
b.) the name of your db
ie one of mine is "cnwdesigns"
c.) a user name - usually your regular log on name and
a password.
IMPORTANT!: The above also needs to be edited in /admin/congig.inc.php
$GB_DB["dbName"] = "your db_name";
$GB_DB["host"] = "mysql.your_host.com";
$GB_DB["user"] = "user_name";
$GB_DB["pass"] = "your_password";
3.) When you are positive about the above:
http://www.brianne.net/guestbook/install.php
a.) fill in the info
b.) if you do not have any othe db, click "create Database and tables."
c.) If you DO have another db, click "create tables."
If all goes as planned you should get a "success" prompt and a link to set up the admin functions.
|
|
21/05/2002 19:25:22
|
Louie
Newbie
Joined: 19/05/2002 19:44:50
Messages: 3
Location: Las Vegas Nevada U.S.A.
Offline
|
it just don't like Red Hat i guess.
|
|
|