• We are now running on a new, and hopefully much-improved, server. In addition we are also on new forum software. Any move entails a lot of technical details and I suspect we will encounter a few issues as the new server goes live. Please be patient with us. It will be worth it! :) Please help by posting all issues here.
  • The forum will be down for about an hour this weekend for maintenance. I apologize for the inconvenience.
  • If you are having trouble seeing the forum then you may need to clear your browser's DNS cache. Click here for instructions on how to do that
  • Please review the Forum Rules frequently as we are constantly trying to improve the forum for our members and visitors.

Technical issue with OCDO

sjhipple

Regular Member
Joined
May 31, 2007
Messages
1,491
Location
Concord, New Hampshire, USA
imported post

Whenever I post a new message, I get an error message followed by a bunch of text. It says my message wasn't posted and then links to a "back" button so I can retype my message. The weird thing is, my messages do indeed post, despite the error message.

Here's what I see when I try to post:



Invalid SQL query: INSERT INTO wowbb_search_index (word_id, post_id, topic_id) VALUES (10358, 141731, 8850),(396, 141731, 8850),(88, 141731, 8850),(3957, 141731, 8850),(326, 141731, 8850),(217, 141731, 8850),(21, 141731, 8850),(58, 141731, 8850),(46, 141731, 8850),(6, 141731, 8850),(1182, 141731, 8850),(1288, 141731, 8850),(270, 141731, 8850),(14, 141731, 8850),(168, 141731, 8850),(2533, 141731, 8850),(353, 141731, 8850),(54, 141731, 8850),(11469, 141731, 8850),(7676, 141731, 8850),(158, 141731, 8850),(3737, 141731, 8850),(24, 141731, 8850),(3339, 141731, 8850),(187, 141731, 8850),(649, 141731, 8850),(244, 141731, 8850),(1267, 141731, 8850),(266, 141731, 8850),(115, 141731, 8850),(38, 141731, 8850),(283, 141731, 8850),(74, 141731, 8850),(9, 141731, 8850),(237, 141731, 8850),(5256, 141731, 8850),(222, 141731, 8850),(156, 141731, 8850),(79962, 141731, 8850),(7875, 141731, 8850),(1158, 141731, 8850),(137, 141731, 8850),(2826, 141731, 8850),(32, 141731, 8850),(2920, 141731, 8850),(8082, 141731, 8850)-Table 'wowbb_search_index' is marked as crashed and last (automatic?) repair failed



Here's what I see when I try to edit:


Invalid SQL query: DELETE FROM wowbb_search_index WHERE post_id=141731-Table 'wowbb_search_index' is marked as crashed and last (automatic?) repair failed
 

Shotgun

Wisconsin Carry, Inc.
Joined
Aug 23, 2006
Messages
2,668
Location
Madison, Wisconsin, USA
imported post

ama-gi wrote:
Whenever I post a new message, I get an error message followed by a bunch of text. It says my message wasn't posted and then links to a "back" button so I can retype my message. The weird thing is, my messages do indeed post, despite the error message.

Here's what I see when I try to post:



Invalid SQL query: INSERT INTO wowbb_search_index (word_id, post_id, topic_id) VALUES (10358, 141731, 8850),(396, 141731, 8850),(88, 141731, 8850),(3957, 141731, 8850),(326, 141731, 8850),(217, 141731, 8850),(21, 141731, 8850),(58, 141731, 8850),(46, 141731, 8850),(6, 141731, 8850),(1182, 141731, 8850),(1288, 141731, 8850),(270, 141731, 8850),(14, 141731, 8850),(168, 141731, 8850),(2533, 141731, 8850),(353, 141731, 8850),(54, 141731, 8850),(11469, 141731, 8850),(7676, 141731, 8850),(158, 141731, 8850),(3737, 141731, 8850),(24, 141731, 8850),(3339, 141731, 8850),(187, 141731, 8850),(649, 141731, 8850),(244, 141731, 8850),(1267, 141731, 8850),(266, 141731, 8850),(115, 141731, 8850),(38, 141731, 8850),(283, 141731, 8850),(74, 141731, 8850),(9, 141731, 8850),(237, 141731, 8850),(5256, 141731, 8850),(222, 141731, 8850),(156, 141731, 8850),(79962, 141731, 8850),(7875, 141731, 8850),(1158, 141731, 8850),(137, 141731, 8850),(2826, 141731, 8850),(32, 141731, 8850),(2920, 141731, 8850),(8082, 141731, 8850)-Table 'wowbb_search_index' is marked as crashed and last (automatic?) repair failed



Here's what I see when I try to edit:


Invalid SQL query: DELETE FROM wowbb_search_index WHERE post_id=141731-Table 'wowbb_search_index' is marked as crashed and last (automatic?) repair failed
Wow! You really try to post a lot of gibberish! Why???? :p
 

bourneshooter

Regular Member
Joined
Sep 20, 2007
Messages
343
Location
, Nevada, USA
imported post

I'm experiencing the same thing. It happens after you hit post. Your post will still post, but you get this message.
 

smccomas

Regular Member
Joined
May 21, 2007
Messages
235
Location
Richmond, Virginia, USA
imported post

Problem with the hosting services mysql DB nothing anyone here can do about it unless someone has root access to the server and has some skillz as a mysql admin.

edit. Possible solution would be to login as mysqladmin run this

REPAIR TABLE
mysql> REPAIR TABLE wowbb_search_index;

then maybe restart mysql

regardless its not just you, anyone who post's today will recieve this until its fixed.
 
Top