WordPress database error: [Error writing file '/tmp/MYfd=779' (OS errno 28 - No space left on device)]SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('wp-manga-character-tags', 'wp-manga-tag', 'wp-manga-release', 'wp-manga-author', 'wp-manga-artist', 'wp-manga-genre', 'characters') AND tr.object_id IN (376941, 376932, 376929, 376953, 376965, 377007, 377016, 377013, 377019, 377043, 377034, 377058, 377070, 377094, 377130, 377139, 377148, 377202, 377226, 377238, 377232, 377244, 377268, 377262)
ORDER BY t.name ASC
WordPress database error: [Error writing file '/tmp/MYfd=779' (OS errno 28 - No space left on device)]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (22)
) AND wp_posts.post_type = 'wp-manga' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_title ASC
LIMIT 0, 24
WordPress database error: [Error writing file '/tmp/MYfd=779' (OS errno 28 - No space left on device)]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_term_relationships AS tt1 ON (wp_posts.ID = tt1.object_id)
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (22)
AND
tt1.term_taxonomy_id IN (22)
) AND wp_posts.post_type = 'wp-manga' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_title DESC
LIMIT 552, 24