getting a general error about word matches
Announcement
Collapse
No announcement yet.
Cannot post replies
Collapse
X
-
I have turned on Debug mode.
Please post a full error as soon as you get the error (I want to turn debug mode off again asap)Ngreth Thergn
Ngreth nice Ogre. Ngreth not eat you. Well.... Ngreth not eat you if you still wiggle!
Grandmaster Smith 250
Master Tailor 200
Ogres not dumb - we not lose entire city to froggies
Comment
-
I sort of officially hijacked http//mboards.eqtraders.com/phpBB2/viewtopic.php?t=2495this topic</a> in Primal Screams for troubleshooting information.No matter how subtle the wizard, a dagger between his shoulder blades will seriously cramp his style.
Comment
-
I haven't had this problem yet, and it's not for lack of replies....
*knocks vigorously on her wooden desk*Retiree of EQ Traders...
Venerable Heyokah Verdandi Snowblood
Barbarian Prophet & Hierophant of Cabilis
Journeyman Artisan & Blessed of Brell
EQ Players Profile ~ Magelo Profile
Smith Dandi wipes her sooty hands on her apron and smiles at you.
Comment
-
Two thoughts on the matter; I'm sure you've already considered these, but I'll post anyway.
How do the boards handle the search function? Does it try to identify key words in the post and log them to some kind of index in the database? That would speed up searches, and I believe it's a common way to implement searches on bulletin boards. That's the first thing that popped into my mind when I saw the "cannot insert new word matches" error.
Next, about the Line 119 error: here's how I'm reading it. Line 119 is trying to save (or update) some information to the database. I'm guessing, based on my experiences, that this line tries to update the "last post date" information for the thread. For whatever reason, this fails, and the line generates an error message and sends this out to the browser immediately.
Normally, all the output is cached and sent out to the browser in one shot after all the processing is complete. This allows the page to change headers or even wipe the output and prepare new output later in that same page. This is what's happening in lines 449-451. The page is trying to update the HTTP headers for the page.
However, the error in line 119 forced the output to be sent to the browser, which also sends the HTTP headers. Since the headers must be sent before any page data, lines 449-451 fail and generate the three additional errors.
Hope this helps, or at least gives you some ideas on where to search for the cause.Sir KyrosKrane Sylvanblade
Master Artisan (300 + GM Trophy in all) of Luclin (Veeshan)
Master Fisherman (200) and possibly Drunk (2xx + 20%), not sober enough to tell!
Lightbringer, Redeemer, and Valiant servant of Erollisi Marr
Comment
Comment