vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Error Number : 1191 MySQL Error : Can't find FULLTEXT index matching the column list (https://vborg.vbsupport.ru/showthread.php?t=251046)

omanmoon.net 09-23-2010 05:20 PM

Error Number : 1191 MySQL Error : Can't find FULLTEXT index matching the column list
 
Hello
i am tired from this error

atabase error in vBulletin 4.0.5:

Invalid SQL:

Code:

SELECT searchcore.searchgroupid, MATCH(searchcore_text.title, searchcore_text.keywordtext) AGAINST ('test') AS score
FROM searchcore AS searchcore
JOIN searchcore_text AS searchcore_text ON (searchcore_text.searchcoreid = searchcore.searchcoreid)

WHERE MATCH(searchcore_text.title, searchcore_text.keywordtext) AGAINST ('test') LIMIT 500;

MySQL Error : Can't find FULLTEXT index matching the column list
Error Number : 1191
Request Date : Wednesday, September 22nd 2010 @ 04:47:20 AM
Error Date : Wednesday, September 22nd 2010 @ 04:47:20 AM
Script : http://www.###/vb/search.php?do=process
Referrer : http://www.####t/vb/search.php
IP Address : #####
Username : ####
Classname : vB_Database
MySQL Version : 5.1.50


can any one help me pleas

Thanks

KevinL 09-23-2010 05:28 PM

EMPTY the search index first and then rebuild it.

omanmoon.net 09-23-2010 08:02 PM

Thanks bro
but still same problem
after empty and rebuild from admincp still same error msg

KevinL 09-23-2010 08:57 PM

So you emptied the table, usually done through phpmyadmin unless you have query running ability in the admincp.. and then rebuilt the search index and you are still having the same issue?

omanmoon.net 09-23-2010 09:42 PM

am use admincp to empty the index of search from this linke:
[http://www.omanmoon.net/vb/admincp/m...do=emptyindex]
because there is 5 tables for search:
[searchcore, searchcore_text, searchgroup, searchgroup_text, searchlog]
when use [emptyindex] from admincp the empty all this tables
then am rebuilt & fix the tables
still same error msg
am not use cpanel to do anything from above

Paul M 09-23-2010 09:56 PM

Rebuilding isnt going to make any difference - that error suggests the fulltext index on searchcore_text doesnt exist, you need to check and create it if necessary.

omanmoon.net 09-23-2010 10:26 PM

Quote:

Originally Posted by Paul M (Post 2102461)
Rebuilding isnt going to make any difference - that error suggests the fulltext index on searchcore_text doesnt exist, you need to check and create it if necessary.

i guess that
but how can check or create?
from cpanel > PHPMyaAmin
from left list press on table searchcore_text
then what?

there are three majore colum in top of table :
searchcoreid, keywordtext , title

--------------- Added [DATE]1285331225[/DATE] at [TIME]1285331225[/TIME] ---------------

Thanks KevinL and Paul M
Finaly i solve the problem
after folow this steps ,, may be some one need it ^^

- Install new forum as same version of my new forum [4.0.5] in local server in my computer
- Drop the table [searchcore_text] from orginal Database forum
- Copy table [searchcore_text] from My new forum [local server] and import it in the old Database forum.
- Rebuild the search index in the forum from admincp.


All times are GMT. The time now is 06:49 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00941 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete