Chyba databáze WordPressu: [Disk full (/tmp/#sql-temptable-3ccf64-140c54-1327.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT ft_posts.*
FROM ft_posts LEFT JOIN ft_postmeta ON ( ft_posts.ID = ft_postmeta.post_id ) LEFT JOIN ft_postmeta AS mt1 ON ( ft_posts.ID = mt1.post_id AND mt1.meta_key = 'sp_visible' )
WHERE 1=1 AND (
( ft_postmeta.meta_key = 'sp_visible' AND ft_postmeta.meta_value = '1' )
OR
mt1.post_id IS NULL
) AND ft_posts.post_type = 'sp_spec' AND ((ft_posts.post_status = 'publish'))
GROUP BY ft_posts.ID
ORDER BY ft_posts.menu_order ASC