WordPress database error: [Disk full (/tmp/#sql-temptable-172906-2e621-24ef.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT esfo_posts.*
FROM esfo_posts INNER JOIN esfo_postmeta ON ( esfo_posts.ID = esfo_postmeta.post_id ) JOIN esfo_icl_translations wpml_translations
ON esfo_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', esfo_posts.post_type)
WHERE 1=1 AND (
( esfo_postmeta.meta_key LIKE '%proyecto-miembro%' AND esfo_postmeta.meta_value = '34810' )
) AND esfo_posts.post_type = 'miembros' AND ((esfo_posts.post_status = 'publish')) AND ( ( ( wpml_translations.language_code = 'en' OR (
wpml_translations.language_code = 'es'
AND esfo_posts.post_type IN ( 'proyecto','video','publicacione','materiales-post','links','miembros','mc4wp-form' )
AND ( (
( SELECT COUNT(element_id)
FROM esfo_icl_translations
WHERE trid = wpml_translations.trid
AND language_code = 'en'
) = 0
) OR (
( SELECT COUNT(element_id)
FROM esfo_icl_translations t2
JOIN esfo_posts p ON p.id = t2.element_id
WHERE t2.trid = wpml_translations.trid
AND t2.language_code = 'en'
AND (
p.post_status = 'publish' OR p.post_status = 'private' OR
( p.post_type='attachment' AND p.post_status = 'inherit' )
)
) = 0 ) )
) ) AND esfo_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','_pods_template','blocks','proyecto','video','publicacione','acf-field-group','wpcf7_contact_form','cookielawinfo','materiales-post','links','miembros','mc4wp-form','agent','archive','document' ) ) OR esfo_posts.post_type NOT IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','_pods_template','blocks','proyecto','video','publicacione','acf-field-group','wpcf7_contact_form','cookielawinfo','materiales-post','links','miembros','mc4wp-form','agent','archive','document' ) )
GROUP BY esfo_posts.ID
ORDER BY esfo_posts.menu_order, esfo_posts.post_date DESC