This is the message I get when I try to post...

Larry Eckart

Well-known member
Platinum Sponsor
  • Unable to post: Failed to execute query: 'INSERT INTO gforum_Post (post_sticky,post_locked,post_last_edit_username,post_latest_poster,post_root_id,post_message,post_father_id,post_icon,post_ip,user_id_fk,post_reply_notify,post_username,post_depth,post_latest_reply,post_subject,post_last_edit_time,forum_id_fk,post_anonymous_email,post_unique_id,post_style,post_time,post_id,post_popularity,post_reports_count,post_has_attachments,post_keep,post_moved_id,post_replies,post_reports_lock_owner,post_deleted,post_reports_locked) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,NULL,?,?,?,?,?,?,?,?,?)': Incorrect string value: '\x92s a s...' for column 'post_message' at row 1
 
Larry

Not that it is going to matter after a few more days because the new forum will handle that issue, but you didn't enter plain text. That x92 character is causing the forum to barf up your post. /92 is a single right quotation mark and not part of the ASCII character set. It's a newcomer. Just so you know, you can copy text from a .txt file and it has these offending characters. It all depends on the editor and encoding scheme it uses. They've gotten fancier over the years and this forum doesn't recognize some of them, especially leaning single quotes.

Eric
 
Testing from Todd... I have had trouble logging is and getting a security message that will not let me fill in my password field, now it look ok.... Wild times.
 
Back
Top