|
|
| Saturday, 22.11.2008, 5:04:32 | Server Uptime: 16 Tag(e), 11h, 05m, 24s | optimized for 800x600+ |
|
|
|
 |
 |
 |
 |
|
|
 |
DB ERROR: 'SELECT user_level FROM phpbb_users WHERE user_id=' has caused the following error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
DB ERROR: '
SELECT
phpbb_posts.post_id,
phpbb_topics.topic_title,
phpbb_forums.auth_read,
phpbb_forums.forum_name,
phpbb_users.username,
phpbb_topics.topic_replies,
phpbb_topics.topic_id,
phpbb_posts.post_time,
phpbb_users.user_id,
aa.group_id
FROM phpbb_topics
LEFT JOIN phpbb_posts ON phpbb_posts.post_id = phpbb_topics.topic_last_post_id
LEFT JOIN phpbb_forums ON phpbb_topics.forum_id = phpbb_forums.forum_id
LEFT JOIN phpbb_users ON phpbb_users.user_id = phpbb_posts.poster_id
LEFT JOIN phpbb_auth_access AS aa ON aa.forum_id = phpbb_forums.forum_id
LEFT JOIN phpbb_user_group AS ug ON ug.group_id = aa.group_id
LEFT JOIN phpbb_groups AS g ON g.group_id = aa.group_id
LEFT JOIN phpbb_users AS u ON u.user_id = ug.user_id
WHERE
phpbb_forums.auth_view = 0 OR /* Jeder darfs anschaun */
(phpbb_forums.auth_view = 5 AND 0=1) OR /* nur der admin darf */
(phpbb_forums.auth_view = 3 AND u.user_id = AND aa.auth_mod = 1) OR /* Moderator */
(phpbb_forums.auth_view = 2 AND u.user_id = AND aa.auth_view = 1) /* manuelle ACLs */
GROUP BY phpbb_topics.topic_id
ORDER BY phpbb_posts.post_time DESC
LIMIT 0, 100
' has caused the following error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND aa.auth_mod = 1) OR /* Moderator */
(phpbb_forums.auth_view = 2 AND u.user_i' at line 25
| |