Bazy danych SQL - [Problem] Blad bazy przy probie wyswietlenia tematu
Fox_Hts - 23-02-2006, 21:23 Temat postu: [Problem] Blad bazy przy probie wyswietlenia tematu Od dłuższego czasu, na forum (www.hardtrucksite.pl/forum/) męczymy się z debug mode. Można chodzic po kategoriach, pisac w shout boxie, natomiast nie można otworzyc żadnego tematu, ponieważ wyskakuje następujący błąd:
Cytat: | could not obtain post/user information.
DEBUG MODE
SQL Error : 1030 Otrzymano bł?d 28 z obsługi tabeli
SELECT p.post_id, p.post_time, p.enable_sig, p.enable_html, p.enable_smilies, p.post_edit_count, p.post_edit_time, p.post_username, p.post_approve, p.poster_delete, p.post_edit_by, p.post_parent, p.post_icon, p.user_agent, p.post_attachment, p.post_expire, p.post_marked, u.user_sig_image, u.user_birthday, u.user_from, u.user_regdate, u.user_gender, u.user_icq, u.user_aim, u.user_viewaim, u.user_msnm, u.user_yim, u.special_rank, u.user_allow_helped, u.can_custom_color, u.user_custom_color, u.user_avatar_width, u.user_avatar_height, u.user_field_1, u.user_allow_field_1, u.user_field_3, u.user_allow_field_3, u.user_id, u.username, u.user_level, u.user_jr, u.user_allowhtml, u.user_posts, u.user_allowsig, u.user_sig, u.user_sig_bbcode_uid, u.user_allowsmile, u.user_avatar_type, u.user_allowavatar, u.user_avatar, u.user_rank, u.user_viewemail, u.user_website, u.user_email, u.can_custom_ranks, u.user_custom_rank, u.user_session_time, u.user_allow_viewonline, pt.post_text, pt.bbcode_uid, pt.post_subject , ph.th_post_id FROM md_phpbb_posts p LEFT JOIN md_phpbb_posts_text_history ph ON (ph.th_post_id = p.post_id) LEFT JOIN md_phpbb_posts_text pt ON (pt.post_id = p.post_id) LEFT JOIN md_phpbb_users u ON (u.user_id = p.poster_id) WHERE p.topic_id = 315 GROUP by p.post_id ORDER BY p.post_order, p.post_time ASC LIMIT 940, 20
Line : 841
File : viewtopic.php |
Jest to dosyc męczące, ponieważ dziennie mamy wiele wizyt, a te blędy poprostu unieruchomiły nam forum. bardzo proszę o kontakt w sprawie tego błędu.
pozdrawiam,
Fox, HTS Team
maxis - 23-02-2006, 23:39
Fox_Hts, napraw i zoptymalizuj tabele...
Fox_Hts - 24-02-2006, 14:09
mozesz jasniej? co konkretnie zrobic?"
geman - 24-02-2006, 14:15
Wejdź do phpmyadmina i poszukaj odpowiednich opcji
|
|
|