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 
Messages posted by: BjornBP
Forum Index » Profile for BjornBP » Messages posted by BjornBP
Author Message
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
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
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!
 
Forum Index » Profile for BjornBP » Messages posted by BjornBP
Go to:   
Based on the open source JForum