Web    Normas    Foro    Buscar    FAQ    Registrarse    Conectarse
Información crítica
SQL ERROR [ mysql4 ]

User 'projectsz_icy' has exceeded the 'max_questions' resource (current value: 2050) [1226]

SQL

SELECT DISTINCT(t.topic_id), t.*, p.poster_id, p.post_username AS last_poster_name, p.post_id, p.post_time, f.forum_name, f.forum_id, u.username AS last_poster, u.user_id AS last_poster_id, u.user_active AS last_poster_active, u.user_mask AS last_poster_mask, u.user_color AS last_poster_color, u2.username AS first_poster, u2.user_id AS first_poster_id, u2.user_active AS first_poster_active, u2.user_mask AS first_poster_mask, u2.user_color AS first_poster_color, p2.post_username AS first_poster_name FROM (icy_topics t, icy_posts p) LEFT OUTER JOIN icy_posts p2 ON (p2.post_id = t.topic_first_post_id) LEFT OUTER JOIN icy_forums f ON (f.forum_id = p.forum_id) LEFT OUTER JOIN icy_users u ON (u.user_id = p.poster_id) LEFT OUTER JOIN icy_users u2 ON (u2.user_id = t.topic_poster) WHERE t.forum_id NOT IN (15,16,17,18,26,27,28,29) AND p.post_id = t.topic_last_post_id AND t.topic_status <> 2 AND UNIX_TIMESTAMP(NOW()) - p.post_time < 86400 ORDER BY t.topic_last_post_id DESC LIMIT 0, 20

BACKTRACE

FILE: includes/db/mysql.php
LINE: 295
CALL: sql_db->sql_error()

FILE: recent.php
LINE: 241
CALL: sql_db->sql_query()