Author |
Message |
18/02/2006 16:52:16
|
BjornBP
Newbie
Joined: 18/02/2006 16:43:11
Messages: 3
Offline
|
Hi,
Wonder if anyone can help me please?
I have looked on the forum and found one other post that has the same error, but this seems to be slightly different.
I am the webmaster for a siye using Advanced Guestbook V2.3.3. This was not an upgrade but a clean fresh download. The guestbook is at www.petit-illyria.eu.com
I am able to create guestbook entries without a problem, but the owners of the site are getting "One of the input fields does not seem to be valid." whenever they try.
Can anyone suggest what I should do to rectify this please? The other problem is that the site owners are in France and I am in England - so it's kind of difficult to visit their machine and look at what they are doing!
Thanks in advance for any help!
|
|
19/02/2006 11:18:00
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
http://proxy2.de/forum/viewtopic.php?t=4881&highli...ht=one+input+fields+seem+valid
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
21/02/2006 21:01:00
|
BjornBP
Newbie
Joined: 18/02/2006 16:43:11
Messages: 3
Offline
|
Hi Carbonize,
Thanks for the link. In that thread you suggested...
<<<<
open templates/form.php and find Code:
<form method="post" action="$GB_PG[addentry]" name="book" enctype="multipart/form-data" onsubmit="return checkForm()">
replace with Code:
<form method="post" action="$GB_PG[addentry]" name="book" enctype="multipart/form-data" onsubmit="return checkForm()">
<input type="hidden" name="gb_hash" value="$VARS[gbhash]">
>>>>>
That didn't make any difference to the problem. The site still worked for me, but didn't work for the site owners.
I then tried your other fix....
<<<<<
open lib/add.class.php and find Code:
return $hash;
Replace with Code:
return 'nohash';
>>>>>
That caused the site to bomb for me so I backed it out. The error message was...
Parse error: parse error, unexpected T_CLASS in /home/petitil/public_html/guestbook/lib/add.class.php on line 1
Any other ideas?
Thanks again
Bjorn
|
|
21/02/2006 21:05:25
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
It's saying you made an error in add.class.php. Feel free to email me the file to webmaster @ carbonize . co . uk
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
26/02/2006 15:05:36
|
BjornBP
Newbie
Joined: 18/02/2006 16:43:11
Messages: 3
Offline
|
Sorry for the slow reply- i've been away for a few days.
The file has just been emailed to you.
Thanks for all your help
|
|
|