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é : 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
(fp.read_forum IS NULL OR fp.read_forum=1)
ORDER BY p.posted DESC LI' at line 14 (Errno: 1064)
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 > 2147468400 AND
p.posted < AND
(fp.read_forum IS NULL OR fp.read_forum=1)
ORDER BY p.posted DESC LIMIT 0,30