Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `5iG0v3m_posts` AS `t`
LEFT JOIN `5iG0v3m_term_relationships` AS `rel_document_category` ON
`rel_document_category`.`object_id` = `t`.`ID`
LEFT JOIN `5iG0v3m_term_taxonomy` AS `rel_tt_document_category` ON
`rel_tt_document_category`.`taxonomy` = 'document_category'
AND `rel_tt_document_category`.`term_taxonomy_id` = `rel_document_category`.`term_taxonomy_id`
LEFT JOIN `5iG0v3m_terms` AS `document_category` ON
`document_category`.`term_id` = `rel_tt_document_category`.`term_id`
WHERE ( ( `document_category`.`slug`='situational-reports' ) AND ( `t`.`post_type` = 'document_upload' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`; Response: Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")