|
Couldn't get file info for this category
DEBUG MODE
SQL Error : 2013 Lost connection to MySQL server during query
SELECT f1.*, f1.file_id, r.votes_file, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, COUNT(c.comments_id)
FROM phpbb_pa_files AS f1
LEFT JOIN phpbb_pa_votes AS r ON f1.file_id = r.votes_file
LEFT JOIN phpbb_users AS u ON f1.user_id = u.user_id
LEFT JOIN phpbb_pa_comments AS c ON f1.file_id = c.file_id
WHERE f1.file_pin <> 1
AND f1.file_approved = 1
GROUP BY f1.file_id
ORDER BY file_name ASC Line : 956 File : functions_pafiledb.php |
|
|