Une erreur s'est produite
Fichier : /home/placeboc/www/forum/calendar.php
Ligne : 159
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: 5485) (Errno: 1226)
Requête échouée :
SELECT
p.id, p.poster, p.poster_id, p.message, p.posted, p.topic_id,
t.id as tid, t.subject as tsub, t.forum_id,
f.id as fid, f.forum_name as fname
FROM punbb_posts AS p
INNER JOIN punbb_topics AS t ON p.topic_id=t.id
INNER JOIN punbb_forums AS f ON t.forum_id=f.id
LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3)
WHERE
p.posted > 1709766000 AND
p.posted < 1709852399 AND
(fp.read_forum IS NULL OR fp.read_forum=1)
ORDER BY p.posted DESC LIMIT 0,30