Could not obtain topic information
DEBUG MODE
SQL Error : 1214 The used table type doesn't support FULLTEXT indexes
SELECT DISTINCT t.topic_id, t.topic_title, t.topic_time, p.topic_id
FROM `forum_topics` t, `forum_posts` p
WHERE t.forum_id!=5 AND t.forum_id!=16 AND t.forum_id!=18 AND t.forum_id!=20 AND t.forum_id!=27 AND t.forum_id!=30 AND t.forum_id!=32 AND t.forum_id!=38 AND t.topic_id != 30753 AND t.topic_id = p.topic_id AND (MATCH ( `topic_title` ) AGAINST ("%T'es%" IN BOOLEAN MODE ) OR MATCH ( `topic_title` ) AGAINST ("%pour%" IN BOOLEAN MODE ) OR MATCH ( `topic_title` ) AGAINST ("%foot%" IN BOOLEAN MODE ) OR MATCH ( `topic_title` ) AGAINST ("%Saison%" IN BOOLEAN MODE ) OR MATCH ( `topic_title` ) AGAINST ("%2010-2011%" IN BOOLEAN MODE ) OR MATCH ( `topic_title` ) AGAINST ("%Ligue%" IN BOOLEAN MODE ) ) LIMIT 0 , 8;
Line : 151 File : discussionssimilaires.php |