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 
Problem with gb 2.4.2 after upgrading to mysql 4.1.2  XML
Forum Index » Support Forum
Author Message
port80
Newbie

Joined: 03/04/2007 06:55:47
Messages: 4
Offline

I recently migrated my server to a php 5 server. This also updated the mysql install from 4.0 to 4.1.2. Ever since then, users have not been able to add an entry to the guestbook. They get the error:

Guestbook - Error
One of the input fields does not seem to be valid.

I have looked through the forums, and I am not having the same problems I see others having. I am able to log into the admin area without a problem. I have the Min. message length=1, Max. message length=1500, Max. Word length=80.

I have not seen too much in terms of support for these kinds of errors in 2.4.2. I am hesitant to try any of the mentioned fixes for previous versions.

This installation is one I inherited, and did not install. You can see the error at: http://www.emindful.com/advancedguestbook/index.php

I have tried redownloading all of the files and uploading them to the server (all except /admin/config.inc.php

Any help would be GREATLY appreciated, as this is the only part of our migration that is a snag. Thanks in advance for your help!
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Sounds like possibly something got changed in book_captcha table.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
port80
Newbie

Joined: 03/04/2007 06:55:47
Messages: 4
Offline

Thanks for your reply.

Do you mean the data or the table structure itself?
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

I'd guess at the table. Or possibly something in the book_words table.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
port80
Newbie

Joined: 03/04/2007 06:55:47
Messages: 4
Offline

Hmm, that didn't seem to work. I replaced both tables with the previous working installation, and still no good. I even updated the collation on the new installation, but no luck.

Any other ideas? Could this be resolved by migrating to Lazarus?

Thanks again for your help.
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

To my knowledge the only time that particular message is shown is when CAPTCHA was incorrect or, ermm, actually I think that's about it. Could always try debugging by using

echo '<pre>';
print_r($_POST, false); // or is it true ?
die ("</pre>");

put that in the if statement in addentry.php

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
port80
Newbie

Joined: 03/04/2007 06:55:47
Messages: 4
Offline

Just wanted to update.

I tried installing Lazarus using the update feature, and it is working perfectly. I am assuming it fixed whatever might have been wrong with the database.

Anyway, I know its not the real solution, but it works, and thats what matters.

Thanks for your help with this.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum