| |
Could not query pics information
DEBUG MODE
SQL Error : 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")
SELECT p.pic_id, p.pic_filename, p.pic_title, p.pic_desc, p.pic_user_id, p.pic_user_ip, p.pic_time, p.pic_view_count, p.pic_lock, r.rate_pic_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments, MAX(c.comment_id) as new_comment
FROM bb_album AS p
LEFT JOIN bb_album_rate AS r ON (p.pic_id = r.rate_pic_id)
LEFT JOIN bb_album_comment AS c ON (p.pic_id = c.comment_pic_id)
WHERE p.pic_cat_id = 0
AND p.pic_user_id = 3001
GROUP BY p.pic_id
ORDER BY pic_time DESC
LIMIT 20
Line : 275 File : album_personal.php
If you can not fix this problem, you can find help, or ask question at: http://www.przemo.org/phpBB2/ |
| |
|