Couldnt Query file infoMister_X hat geschrieben:ohne den Mod jemals ausprobiert zu haben: http://www.phpbb2.de/dload.php?action=file&id=233
DEBUG MODE
SQL Error : 1064 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 f.file_approved = 1 GROUP BY f.file_id' at line 7
SELECT f.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, COUNT(c.comments_id) as total_comments FROM phpbb2_pa_files AS f LEFT JOIN phpbb2_pa_votes AS r ON f.file_id = r.votes_file LEFT JOIN phpbb2_users AS u ON f.user_id = u.user_id LEFT JOIN phpbb2_pa_comments AS c ON f.file_id = c.file_id WHERE f.file_id = AND f.file_approved = 1 GROUP BY f.file_id
Line : 64
File : pa_file.php