Une erreur s'est produite
Fichier : /home/placeboc/www/forum/calendar.php
Ligne : 52
FluxBB a rapporté : Unable to fetch topic list for forum
La base de données a rapporté : User 'placebocity' has exceeded the 'max_questions' resource (current value: 732) (Errno: 1226)
Requête échouée :
SELECT
t.id, t.poster, t.subject, t.posted, t.last_post, t.last_post_id, t.last_poster, t.moved_to, t.num_replies, t.closed, t.forum_id
FROM punbb_topics AS t
LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=t.forum_id AND fp.group_id=3)
WHERE
t.posted > 1999720800 AND
t.posted < 1999807199 AND
(fp.read_forum IS NULL OR fp.read_forum=1)
ORDER BY posted DESC LIMIT 0,30