Arkadaşlar fulltext aramaya geçtim ama üye arama yapınca Db hatası alıyor.
Bunu nasıl düzeltebilirim
Bilgisi olan arkadaşlar yardımcı olabilirmi.
Alınan db hatası
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT
DISTINCT thread.threadid
FROM thread AS thread
INNER JOIN post AS post ON(thread.threadid = post.threadid )
WHERE MATCH(post.title, post.pagetext) AGAINST ('totem') AND thread.forumid NOT IN (0,482) AND thread.forumid IN(503) AND post.visible = 1
LIMIT 500;
MySQL Error : Can't find FULLTEXT index matching the column list
Error Number : 1191
Request Date : Wednesday, February 3rd 2010 @ 11:13:04 PM
Error Date : Wednesday, February 3rd 2010 @ 11:13:04 PM
Arama Yapınca Database Error Hatası (Error Number : 1191)
2
●676
- 03-02-2010, 23:23:33
- 07-02-2010, 03:46:41http://www.vbulletin.org/forum/showthread.php?t=154706
Marco van Herwaarden ilk mesajında belirtmiş. - 08-02-2010, 00:35:47evet o konuyu okudum ama verdiği kodu sorguladığımda hata veriyor.
bunu nasıl düzeltirim fikrin varmı
FULLTEXT KEY `title` (`title`,`pagetext`)
bunu sorguladığımda alttaki hatayı alıyorum acaba yanlışmı yapıyorum.
Hata
SQL sorgusu:
FULLTEXT KEY `title` ( `title` , `pagetext` )
MySQL çıktısı:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FULLTEXT KEY `title` (`title`,`pagetext`)' at line 1