| |
Could not get main information for similar topics
DEBUG MODE
SQL Error : 2013 Lost connection to server during query
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('mk3 kilka problemów oraz pytań motor 4') as relevance
FROM phpbb_topics t, phpbb_users u, phpbb_forums f, phpbb_posts p, phpbb_users u2
WHERE t.topic_id <> 36288 AND t.forum_id IN (1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 109, 26, 28, 29, 31, 32, 33, 42, 45, 46, 47, 48, 49, 93, 94, 95, 103, 105, 118, 111, 113, 114, 115, 116, 119, 120, 121, 123, 127, 125, 129, 130, 131, 132, 133, 135, 136, 139, 140, 142, 143, 144, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 186, 187, 188, 189, 190, 191, 192, 195, 196, 197, 215, 216, 217, 218, 220, 223, 222, 224, 225, 226, 227, 228, 229, 230)
AND MATCH(t.topic_title) AGAINST('mk3 kilka problemów oraz pytań motor 4')
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 t.topic_type DESC, relevance DESC LIMIT 0,5
Line : 3041 File : viewtopic.php
Jeśli nie potrafisz znaleźć rozwiązania tego problemu, możesz spróbować poszukać, lub zadać pytanie na forum: http://www.przemo.org/phpBB2/ |
| |
|