I got a strange error message posting.

For questions, special requests, or any complaints concerning the Descent BB.

Moderators: Krom, Lothar, Richard Cranium, KoolBear

Post Reply
User avatar
JMEaT
DBB Meat ByProduct
DBB Meat ByProduct
Posts: 10047
Joined: Wed Mar 10, 1999 3:01 am
Location: USA

I got a strange error message posting.

Post by JMEaT »

Code: Select all

General Error 
  
Could not insert new word matches

DEBUG MODE

SQL Error : The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.

INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 169256, word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('forward', 'playing', 'mgs4', 'ps3', 'heard', 'cost')

Line : 251
File : functions_search.php


I was posting in this thread: viewtopic.php?t=10457


Posts take awhile to take effect as well as loading pages.
User avatar
Jeff250
DBB Master
DBB Master
Posts: 6514
Joined: Sun Sep 05, 1999 2:01 am
Location: ❄️❄️❄️

Post by Jeff250 »

User avatar
d3jake
DBB Admiral
DBB Admiral
Posts: 1075
Joined: Tue Dec 21, 2004 10:08 am
Location: Minnesota, USA

Post by d3jake »

Um...Image
User avatar
KoolBear
DBB Co-Founder
DBB Co-Founder
Posts: 10132
Joined: Thu Nov 05, 1998 12:01 pm
Location: Houston, TX USA
Contact:

Post by KoolBear »

Richard and I have been working on the backend to convert the DB from mssql back to mysql.

I beleive most of these issues will be corrected once the transfer is done.

No current date on the transfer is set yet as I have a considerable amount of work upgrading files. And RC has some work to do but this is in process.

KB
User avatar
VonVulcan
DBB Captain
DBB Captain
Posts: 992
Joined: Mon Sep 17, 2001 2:01 am
Location: Tacoma, Wa, USA
Contact:

really bad today...

Post by VonVulcan »

General Error

Could not insert new word matches

DEBUG MODE

SQL Error : The statement has been terminated.

INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 170082, word_id, 1 FROM phpbb_search_wordlist WHERE word_text IN ('give', 'goosebumps')

Line : 251
File : functions_search.php
(20:12) STRESSTEST: Im actually innocent this time
User avatar
VonVulcan
DBB Captain
DBB Captain
Posts: 992
Joined: Mon Sep 17, 2001 2:01 am
Location: Tacoma, Wa, USA
Contact:

Post by VonVulcan »

ARGGGGGGGGG...

Cant POST!!! General error every time... cant even copy/paste the message to here...
(20:12) STRESSTEST: Im actually innocent this time
User avatar
Xamindar
DBB Admiral
DBB Admiral
Posts: 1498
Joined: Sun Jun 06, 2004 2:44 am
Location: California
Contact:

Post by Xamindar »

make your post smaller. Then you will be able to post.

These forums don't allow large posts any more :(
Why doesn't it work?
User avatar
Krom
DBB Database Master
DBB Database Master
Posts: 16042
Joined: Sun Nov 29, 1998 3:01 am
Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
Contact:

Post by Krom »

The actual trigger is not the number of words total, but the number of unique words in a post.
User avatar
Xamindar
DBB Admiral
DBB Admiral
Posts: 1498
Joined: Sun Jun 06, 2004 2:44 am
Location: California
Contact:

Post by Xamindar »

Krom wrote:The actual trigger is not the number of words total, but the number of unique words in a post.
Really? That's interesting. Why does it do that?
Why doesn't it work?
User avatar
Jeff250
DBB Master
DBB Master
Posts: 6514
Joined: Sun Sep 05, 1999 2:01 am
Location: ❄️❄️❄️

Post by Jeff250 »

Do we really need more reasons to encourage contentless and repetitious posts? :wink:
User avatar
Topher
DBB Alumni
DBB Alumni
Posts: 3545
Joined: Thu Nov 05, 1998 12:01 pm
Location: New York
Contact:

Post by Topher »

Xamindar wrote:
Krom wrote:The actual trigger is not the number of words total, but the number of unique words in a post.
Really? That's interesting. Why does it do that?
Because that's how an optimized search table works. Why store duplicate keywords for a post?
User avatar
Xamindar
DBB Admiral
DBB Admiral
Posts: 1498
Joined: Sun Jun 06, 2004 2:44 am
Location: California
Contact:

Post by Xamindar »

Ahah, I see. :)
Why doesn't it work?
User avatar
Krom
DBB Database Master
DBB Database Master
Posts: 16042
Joined: Sun Nov 29, 1998 3:01 am
Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
Contact:

Post by Krom »

Yup, so you can write a post that has \"All work and no play makes Jack a dull boy\" written over and over again but the search table will only have one copy of it when you post.
User avatar
VonVulcan
DBB Captain
DBB Captain
Posts: 992
Joined: Mon Sep 17, 2001 2:01 am
Location: Tacoma, Wa, USA
Contact:

Post by VonVulcan »

The DBB is feeling MUCH BETTER now!

Thanks RC. :D
(20:12) STRESSTEST: Im actually innocent this time
Post Reply