gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

OffTopic > just a test.

#2732 - Saj - Tue Feb 11, 2003 5:01 pm

test.

Sorry about this but I couldn't post a message in the ASM section so I had to do a test here.

I was getting an odd error message because It didn't like one of the words that was using?!!!

The word is b o r r o w i n g. (-without the spaces.)

anyone know why?

#2741 - peebrain - Tue Feb 11, 2003 6:56 pm

Ya, that happened to me too... I didn't notice any patterns between the words I was using though... it just randomally didn't work for me (as far as I could tell).

~Sean
_________________
http://www.pbwhere.com

#2742 - peebrain - Tue Feb 11, 2003 6:57 pm

I just got this posting that post above:

~Sean

Code:

Could not insert new word matches

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_search_wordmatch'. Try to repair it

INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 2741, word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('happened', 'notice', 'patterns', 'words', 'using', 'randomally', 'work', 'tell', 'sean')

Line : 242
File : /data/www/gbadev.org/html/forum/includes/functions_search.php

_________________
http://www.pbwhere.com

#2775 - Jakerrzero - Wed Feb 12, 2003 4:00 pm

i got the same error message when i tried to make a post so im gonna test here too ;)

TESTING
1.
2.
3.

blah blah blah

#2783 - NEiM0D - Wed Feb 12, 2003 6:38 pm

borrowing

#2796 - Saj - Wed Feb 12, 2003 8:55 pm

Oh my god!!

It must be my computer or something!!

I just tried another post in the C++ section and I get the same message!!!

Somebody please help!!!!

I keep getting

Code:

Could not insert new word matches

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_search_wordmatch'. Try to repair it

INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 2798, word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('again', 'quick', 'one', 'today', 'editing', 'post', 'dog', 'biscuits', 'same', 'void', 'thanks')

Line : 242
File : /data/www/gbadev.org/html/forum/includes/functions_search.php

#2800 - Saj - Wed Feb 12, 2003 9:15 pm

I just worked out how to get around it...

I just type 'hi' into the subject bar (or anything that is not too complicated)

then I type a simple message into the message body
i.e "editing this post now..."

It lets me post that.

Then I just edit the post with my original/intended message.

It still gives me the warning but my message gets posted.

It's a bit long-winded, but it's the only way that I can post anything on this forum. :(

On the upside, I still get to post my questions and comments in this great
place for GBA Development!! :)

#2841 - gb_feedback - Thu Feb 13, 2003 4:41 pm

I just had the same thing happen to me. I got the error message. Then I hit BACK and found my message had been posted anyway. It never happened on this computer before so I don't think it's computer related. (Well it obviously is but you know what I mean).

EDIT But then I noticed that although my name was mentioned as the last poster IN THE FORUM, it had not been updated at the level above in the list of forums. May be a clue for someone - I wouldn't like to try debugging it!

#2844 - tepples - Thu Feb 13, 2003 5:01 pm

You're right. Posting always works, and to see your comment, go back to the forum and click Refresh. As I understand it, the full-text index is still broken, which gives the error we've been seeing.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#2884 - Andy - Fri Feb 14, 2003 7:07 am

I can't post too!
I can't post the topic that more that 1 line!!!!!

It always gave me:
Code:
Could not insert new word matches

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_search_wordmatch'. Try to repair it

INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 2882, word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('used', 'ham', 'make', 'programe', 'photo', 'album', 'leftright', 'key', 'selection', 'photos', 'converted', '240x160', 'bitmap', 'mode4', 'problem', 'rom', 'works', 'fine', 'vba', 'card', 'multiboot', 'option', 'work', 'screen', 'becomes', 'white', 'color', 'anyone', 'tell', 'fix', 'modify', 'program', 'patch', 'thanks')

Line : 242
File : /data/www/gbadev.org/html/forum/includes/functions_search.php

What can I do?
_________________
Keep smile

#2885 - Andy - Fri Feb 14, 2003 7:08 am

I can't post too! I can't post the topic that more that 1 line!! what can I do?
_________________
Keep smile

#2887 - Andy - Fri Feb 14, 2003 7:10 am

Sometimes I got :
Code:
You cannot make another post so soon after your last; please try again in a short while.

_________________
Keep smile

#2993 - Saj - Sat Feb 15, 2003 9:13 pm

it frustrated me too at first , but then I realised that the error message pops up even though it DID post my message. (you can test this by clicking the refresh button on your browser, while in the section you're trying to post in).

Also - just edit your one-line messages after you've posted them by clicking the 'edit' button (next to the 'quote' button).

-the reason that it says you can't 'post so soon after your last message' is because there is a one-message-per-minute limit on this forum.

hope this helps...


Last edited by Saj on Sat Feb 15, 2003 9:20 pm; edited 2 times in total