Author |
Message |
03/04/2007 07:04:42
|
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!
|
|
03/04/2007 10:24:38
|
Carbonize
Master
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 |
|
03/04/2007 14:43:03
|
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?
|
|
03/04/2007 16:29:47
|
Carbonize
Master
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 |
|
03/04/2007 20:21:01
|
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.
|
|
03/04/2007 20:30:52
|
Carbonize
Master
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 |
|
04/04/2007 23:00:02
|
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.
|
|
|