vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Can't find FULLTEXT index matching the column list (https://vborg.vbsupport.ru/showthread.php?t=263305)

SorentoUltimate 05-07-2011 09:29 PM

Can't find FULLTEXT index matching the column list
 
Hi when the RSS Cron Run i recieve a Database Error
Database error in vBulletin 3.8.7:

Invalid SQL:


SELECT thread.threadid, MATCH(thread.title) AGAINST ('Πωλήσεις Απριλίου: Πτώση 18,1%') AS score

FROM thread AS thread

WHERE MATCH(thread.title) AGAINST ('Πωλήσεις Απριλίου: Πτώση 18,1%')

AND thread.open <> 10


LIMIT 5;


MySQL Error : Can't find FULLTEXT index matching the column list

Error Number : 1191
Request Date : Saturday, May 7th 2011 @ 05:00:10 PM
Error Date : Saturday, May 7th 2011 @ 05:00:31 PM


That Start happen after i backup my database and restore to a new one.

I Check threads table and the FULLTEXT Index exist with name title and Field title.

Please i need your help to solve the problem.

kh99 05-07-2011 11:31 PM

Could it have something to do with character set settings? If you imported it to a new database maybe the settings were different.

SorentoUltimate 05-08-2011 08:21 AM

Quote:

Originally Posted by kh99 (Post 2193156)
Could it have something to do with character set settings? If you imported it to a new database maybe the settings were different.

No the proble are not Character set.

The two Databases have the same Character set and Collation !!!!

Also the two databases are under the same MySQL Server.

N1GTO4 06-19-2011 06:27 PM

Look in the table structure for the effected database. Go to the bottom of the structure page and see if the table is disabled, that is what was wrong with my site.

I fixed it by making a blank fresh install of vbulletin in another password protected folder and importing the data only from the trobled tabled to the fresh clean table of the same name. I then dropped the troubled table and imported the good one with the imported data back to the public sites database.

There may be an easier way but this worked for me and got everything back to normal.


All times are GMT. The time now is 08:57 PM.

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.00947 seconds
  • Memory Usage 1,718KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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