Fecha y hora actual: Lun 13 Oct, 2008 08:33
 | Error general |  |
Couldn't get file info for this category
DEBUG MODE
SQL Error : 1053 Server shutdown in progress
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 ip_pa_files AS f1
LEFT JOIN ip_pa_votes AS r ON f1.file_id = r.votes_file
LEFT JOIN ip_users AS u ON f1.user_id = u.user_id
LEFT JOIN ip_pa_comments AS c ON f1.file_id = c.file_id
WHERE f1.file_pin <> 1
AND f1.file_approved = 1
AND f1.file_catid = 2
GROUP BY f1.file_id
ORDER BY file_time DESC
Line : 990 File : functions_pafiledb.php |
|