WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-5d2a3-209209-37.MAI' (Errcode: 30 "Read-only file system")]
SELECT DISTINCT wpjg_posts.*, SUM( COALESCE( pvc.count, 0 ) ) AS post_views
FROM wpjg_posts LEFT JOIN wpjg_post_views pvc ON pvc.id = wpjg_posts.ID AND pvc.type = 4
WHERE 1=1 AND wpjg_posts.post_type = 'post' AND ((wpjg_posts.post_status = 'publish'))
GROUP BY wpjg_posts.ID HAVING post_views > 0
ORDER BY post_views DESC
LIMIT 0, 5