Code: Alles auswählen
Could not query forums information
DEBUG MODE
SQL Error : 1030 Got error 127 from table handler
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id FROM (( forum_forums f LEFT JOIN forum_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN forum_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order
Line : 167
File : /usr/export/www/vhosts/funnetwork/hosting/derorden/forum/index.php
Code: Alles auswählen
message_die(GENERAL_ERROR, 'Could not query forums information', '', __LINE__, __FILE__, $sql);
Damit man sich das mal veranscheulichen kann: Hier der link
Hoffentlich kann mir da jemand helfen, ich weiß nämlich nich mehr weiter!