phpbb Fetch All error: database query failed
 
SQL: SELECT t.topic_id, t.topic_title, p.post_text, d.physical_filename, d.comment, u.username FROM phpbb_topics AS t, phpbb_posts_text AS p, phpbb_attachments AS a, phpbb_attachments_desc AS d, phpbb_users AS u WHERE p.post_id = t.topic_first_post_id AND a.post_id = p.post_id AND d.attach_id = a.attach_id AND t.topic_poster = u.user_id AND t.forum_id = 124 ORDER BY t.topic_id DESC LIMIT 0, 5;
 
at /dati/vserver/photo4u/funcs/common.php:345