I had no error while the installation process.
But when I try to access one of my topics I get the following error:
Code: Select all
SQL ERROR [ mysql4 ]
Can't find FULLTEXT index matching the column list [1191]
SQL
SELECT f.forum_id, f.forum_name, t.topic_id, t.topic_title, t.topic_time, t.topic_views, t.topic_replies, t.topic_poster, t.topic_first_poster_name, t.topic_first_poster_colour, MATCH (t.topic_title) AGAINST ('urlaubs bescheid mods/add') as score FROM (phpbb_topics t) LEFT JOIN phpbb_forums f ON (f.forum_id = t.forum_id) WHERE MATCH (t.topic_title) AGAINST ('urlaubs bescheid mods/add') >= 0.5 AND t.topic_status <> 2 AND t.topic_time > (UNIX_TIMESTAMP() - 2592000) AND t.topic_id <> 28105 LIMIT 5
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 222
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()
FILE: includes/functions_similar_topics.php
LINE: 90
CALL: dbal->sql_query_limit()
FILE: viewtopic.php
LINE: 1782
CALL: similar_topics()