FORUM ISSUES LATELY ! ! !

General info from SeeMeCNC HQ
Post Reply
johnoly99
Printmaster!
Posts: 709
Joined: Mon Mar 26, 2012 1:07 pm
Location: Goshen, IN

FORUM ISSUES LATELY ! ! !

Post by johnoly99 »

Hey guys,

John here. I've been playing IT/Systems admin on the forum for a while. Can you all tell It's not my strong suit? :lol: Well, I think I've managed to bugger it up pretty good, and find ways to bring it back to life now.


As of this morning, looks like the search function is back up and working better than ever! If you could let me know what you guys see on your end, that would be great.

The posting issues with error screens seem to be taken care of now too, it was a botched update from an older phpBB install to the newest version, my bad!


If you notice anything else, post here and let me know

Thanks guys
John Oly
User avatar
JohnStack
Printmaster!
Posts: 839
Joined: Thu Jan 03, 2013 7:07 pm
Location: Carlsbad, CA
Contact:

Re: FORUM ISSUES LATELY ! ! !

Post by JohnStack »

Congrats on sniffing out and finding the problem!
Technologist, Maker, Willing to question conventional logic
http://dropc.am/p/KhiI1a
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2608
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

Re: FORUM ISSUES LATELY ! ! !

Post by Jimustanguitar »

Yay! You can search for anything now without having the search keyword ignored and having to use google to find it for you!
User avatar
kbob
Printmaster!
Posts: 286
Joined: Tue May 28, 2013 4:27 am
Location: Eugene, OR, US

Re: FORUM ISSUES LATELY ! ! !

Post by kbob »

Thank you!
User avatar
626Pilot
ULTIMATE 3D JEDI
Posts: 1716
Joined: Tue May 14, 2013 12:52 pm

Re: FORUM ISSUES LATELY ! ! !

Post by 626Pilot »

I used to do this stuff for a living (still do sometimes.) If you post the table definitions (maybe put it in a text file, it will be large) I can recommend some indexes to add to your tables, if they aren't already there. Indexes can make querying information out of the database run dozens to hundreds of times faster in some scenarios. Also, if you haven't converted your tables to InnoDB that's worth looking into as well. By default this forum is probably running on MyISAM tables, which are slow.

With a well-tuned database server, you should be able to set the fulltext minimum word length to 2 characters and remove all the stuff from the list of words it won't search for.
Post Reply

Return to “General Announcments”