Ai mai multe erori, ar trebui sa reinstalezi :
Cod: Selectaţi tot
ouldnt Query file info
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 '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 phpbb_pa_files AS f LEFT JOIN phpbb_pa_votes AS r ON f.file_id = r.votes_file LEFT JOIN phpbb_users AS u ON f.user_id = u.user_id LEFT JOIN phpbb_pa_comments AS c ON f.file_id = c.file_id WHERE f.file_id = GROUP BY f.file_id
Line : 1308
File : functions.php