|
Could not obtain search results
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT t.* , pt.post_text, pt2.post_text as last_post_text, f.forum_id, f.forum_name, f.forum_color, f.forum_moderate, u.username, u.user_id, u.user_level, u.user_jr, u2.username as user2, u2.user_id as id2, u2.user_level as user_level2, u2.user_jr as user_jr2, p.post_username, p2.post_username AS post_username2, p2.post_time, ph.post_id as post_helped, p.post_approve, p2.post_approve as post_approve2
FROM (phpbb_topics t, phpbb_forums f, phpbb_users u, phpbb_posts p, phpbb_posts p2, phpbb_users u2 , phpbb_posts_text pt, phpbb_posts_text pt2)
LEFT JOIN phpbb_posts ph ON (t.topic_id = ph.topic_id AND ph.post_marked = 'y')
WHERE t.topic_id IN (253, 1144, 2318, 331, 423, 938, 987, 1087, 1572, 2415, 2454, 2476, 2500, 351, 1075, 1099, 1129, 1130, 1205, 1295, 1325, 1352, 1395, 1403, 1558, 1719, 2485, 2525, 392, 418, 432, 801, 940, 1385, 1484, 176, 214, 289, 431, 928, 970, 1009, 1216, 1288, 1296, 1316, 1374, 1455, 1466, 1596, 1629, 1631, 1780, 1807, 1957, 2157, 2191, 2223, 2238, 2271, 2272, 2330, 2427, 2531, 1263, 542, 700, 701, 774, 785, 786, 863, 892, 894, 1017, 1051, 1165, 1171, 1252, 1303, 1305, 1431, 1433, 1435, 1576, 1922, 2010, 2060, 2184, 1839, 1854, 381, 2130, 357, 1255, 1592, 1965, 2132, 512, 960, 2131, 1031, 2133, 778, 2134, 915, 1046, 1047, 2135, 573, 1434, 1436, 1677, 1731, 1978, 2548, 228, 260, 383, 2320, 1448, 1456, 1470, 1522, 1762, 2380, 2498, 2551, 1383, 1986, 1995, 2114, 2128)
AND t.topic_poster = u.user_id
AND f.forum_id = t.forum_id
AND p.post_id = t.topic_first_post_id
AND p2.post_id = t.topic_last_post_id
AND u2.user_id = p2.poster_id
AND pt.post_id = t.topic_first_post_id AND pt2.post_id = t.topic_last_post_id
AND f.password = ''
GROUP by t.topic_id ORDER BY p2.post_time DESC LIMIT 0, 25
Line : 828 File : search.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/ |
|
|