Author |
Message |
09/01/2005 20:10:45
|
Anonymous
|
I installed the guestbook on my site, that is gone very well, but when I type a new messages in the messages box the messages will not by saved in the database
there is no error at all!!
does any body know what here the problem is?
look at: http://www.cc-edamvolendam.nl
Ant click on gastenboek
|
|
09/01/2005 20:29:39
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Haven't got a clue to be honest as I have never used it as part of a CMS due to my hating CMS's. Anyway did you edit in admin/config.inc.php ? Change it to
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
09/01/2005 21:37:27
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Here's a link with info about a version for PhpWebSite:
http://www.phpwebsitemanual.com/index.php?module=pagemaster&PAGE_user_
op=view_page&PAGE_id=94&MMN_position=122:122
This forum offers other guestbooks, and one person says they have the zipped version of the Advanced Guestbook for PhpWebSite available for whoever wants it:
http://phpwebsitemanual.com/index.php?module=phpwsbb&PHPWSBB_MAN_
OP=view&PHPWS_MAN_ITEMS%5B%5D=395
|
|
11/01/2005 02:09:07
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Here's the link to download the PhpWebSite version of the guestbook:
http://www.3hc.co.uk/studentsupport/
|
|
11/01/2005 22:02:02
|
Anonymous
|
I have download this guestbook, but it's have the same problem
|
|
12/01/2005 00:36:38
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Sorry you are still having problems. Since there are many phpwebsite sites out there using this, it makes me think the problem could be with your phpws installation. I will look at the guestbook files again and see if I notice anything, but you may want to visit some phpws forums and see if they have any info about integrating the guestbook. It appears it is not processing the posting instructions.
|
|
12/01/2005 01:33:03
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Here is one problem I am seeing when I look at your source code:
theURL = './/mod/guestbook/picture.php?img='+Image;So, it appears there is a problem with your base url. In your mod/guestbook directory, open index.php. Change
to :
Do not know if this will solve your problem. I don't know phpws, so I cannot say - or why it does not put out an error message?
Let us know what happens so we can help anybody else with the same problem.
I also noticed the phpws version does not show a link to the administration panel. You can get to admin from here:
index.php?module=guestbook&agbook=adminor if you want the link to show in the page:
Open templates/body.php
Around line 5, find:
Change to:
|
|
12/01/2005 19:44:54
|
Anonymous
|
I have chanced the entrees van above, but it will not work
the message will not showed in the guestbook.....
|
|
13/01/2005 01:55:00
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Don't know if it will help, but you are using a backslash when it should be a forward slash.
theURL = '\mod/guestbook/picture.php?img='+Image;
Change your base url:
From:
To:
If it still doesn't work, you should visit a phpws forum. There is a good one at sourceforge.net.
|
|
13/01/2005 22:51:14
|
Anonymous
|
Sorry but it will not work
|
|
13/01/2005 22:58:37
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Is that version of the guestbook written for the version of PHPWebSite you are using?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
14/01/2005 02:21:25
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
The base url is still wrong. Now it has the dot back in front. Can you copy and paste the correct base url code in there?
Change base url code
From:
To:
Did you put that dot in there or could something else be causing it? Do you have CPanel? Email me access and I would see if there is anything I can do.
|
|
14/01/2005 11:52:29
|
Anonymous
|
I canced the line: theURL = '/mod/guestbook/picture.php?img='+Image;
but the problem is still there?
|
|
14/01/2005 13:13:19
|
Anonymous
|
Yes this version is special for phpws with a boost, conf, etc...directory.
|
|
14/01/2005 17:29:50
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
PvdB wrote:Yes this version is special for phpws with a boost, conf, etc...directory.
Yes but is it for the version of PHPWS you are using? It may of been made for an older version or vice versa.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|