Page 1 of 1

404 error when signing guestbook

Posted: Tue Jun 07, 2005 8:47 am
by jj
Script URL: http://clubsouthampton.port5.com/gbook/gbook.php
Version of script: latest
Version of PHP: 4
Hosting company: portland
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try: 404, 404 error

Write your message below:

On trying to sign the guestbook l get a 404 error

Posted: Tue Jun 07, 2005 9:19 am
by Klemen
Hi,

Your guestbook tries to submit data to
http://clubsouthampton.port5.com/clubso ... /gbook.php
which doesn't exist.

The form action parameter in your gbook.php sign page was changed from the original gbook.php to this:
../clubsoton_orig/gbook/gbook.php

Change that back to "gbook.php".

BTW: I do not provide support for changes YOU make to Gbook.

Regards,

Posted: Tue Jun 07, 2005 9:37 am
by Guest
Klemen Stirn wrote:Hi,

Your guestbook tries to submit data to
http://clubsouthampton.port5.com/clubso ... /gbook.php
which doesn't exist.

The form action parameter in your gbook.php sign page was changed from the original gbook.php to this:
../clubsoton_orig/gbook/gbook.php

Change that back to "gbook.php".

BTW: I do not provide support for changes YOU make to Gbook.

Regards,

Thanks for your help.