Новые комментарии
user warning: Error writing file '/tmp/MYHWteDt' (Errcode: 28)
query: SELECT comments.cid AS cid,
node_comments.title AS node_comments_title,
node_comments.nid AS node_comments_nid,
node_comments.language AS node_comments_language,
comments.timestamp AS comments_timestamp,
comments.name AS comments_name,
comments.uid AS comments_uid,
comments.homepage AS comments_homepage,
comments.comment AS comments_comment,
comments.format AS comments_format
FROM comments comments
LEFT JOIN node node_comments ON comments.nid = node_comments.nid
WHERE (node_comments.status = 1 OR (node_comments.uid = 0 AND 0 <> 0) OR 0 = 1) AND (node_comments.type in ('image'))
ORDER BY comments_timestamp DESC
LIMIT 69325, 25 in /home/u6308/domains/vao-priut.org/sites/all/modules/views/includes/view.inc on line 810.