SOLVED Similar Topics, Problem!


Subject: Similar Topics, Problem!
i hvae a problem with this MOD ... when active this MOD gives me this error:


Could not get main information for similar topics

DEBUG MODE

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

SELECT t.*, u.user_id, u.username, u2.username as user2, u2.user_id as id2, f.forum_id, f.forum_name, p.post_time, p.post_username, MATCH(t.topic_title) AGAINST('Test.. N5') as relevance FROM phpbb_topics t, phpbb_users u, phpbb_forums f, phpbb_posts p, phpbb_users u2 WHERE t.topic_id <> 676 AND t.forum_id IN (32, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29) AND MATCH(t.topic_title) AGAINST('Test.. N5') AND t.forum_id = f.forum_id AND p.poster_id = u2.user_id AND p.post_id = t.topic_last_post_id AND t.topic_poster = u.user_id AND t.topic_status <> 2 GROUP BY t.topic_id ORDER BY p.post_time DESC, p.post_time DESC LIMIT 0,5

Line : 865
File : viewtopic.php


help em, Please

Subject: Re: Similar Topics, Problem!
You didn't upgrade properly.

Rerun update_to_ip.php...

Or try just this to see if it solves your problem.

Code: [Download] [Hide]
  1. ALTER TABLE `phpbb_topics` ADD FULLTEXT (topic_title); 

Subject: Re: Similar Topics, Problem!
Mighty Gorgon wrote: [View Post]
You didn't upgrade properly.

Rerun update_to_ip.php...

Or try just this to see if it solves your problem.

Code: [Download] [Hide]
  1. ALTER TABLE `phpbb_topics` ADD FULLTEXT (topic_title); 


ok MG thanks...

Subject: Re: Similar Topics, Problem!
lom hill, solved?

Greets

Subject: Re: Similar Topics, Problem!
yes is solved... :mryellow: :mryellow: :mryellow:

Subject: Re: Similar Topics, Problem!
lom hill wrote: [View Post]
yes is solved... :mryellow: :mryellow: :mryellow:


Next time tell us if you solved the problem, ok?

Subject: Re: Similar Topics, Problem!
andrea75 wrote: [View Post]
lom hill wrote: [View Post]
yes is solved... :mryellow: :mryellow: :mryellow:


Next time tell us if you solved the problem, ok?



ok, sorry...

Subject: Re: SOLVED - Similar Topics, Problem!
Edit title to Solved :wink:
Thanks!


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0619s (PHP: 29% SQL: 71%)
SQL queries: 10 - Debug Off - GZIP Enabled