Error en la base de datos de WordPress: [Disk full (/tmp/#sql_7ae_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT t.*, tt.*, 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 ('portfolio_category', 'portfolio_skills', 'portfolio_tags') AND tr.object_id IN (55290, 55374, 55457, 55546, 55695, 55807, 56121, 56188, 56344, 56506, 56688, 56841, 57102, 57239, 57389, 57453, 57575, 57719, 57923, 58025, 58111, 58185, 58313, 58438, 58603) ORDER BY t.name ASC
Error en la base de datos de WordPress: [Disk full (/tmp/#sql_7ae_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id LEFT JOIN wp_icl_translations icl_t
ON icl_t.element_id = tt.term_taxonomy_id
AND icl_t.element_type IN ('tax_portfolio_category') WHERE tt.taxonomy IN ('portfolio_category') AND ( ( icl_t.element_type IN ('tax_portfolio_category') AND ( icl_t.language_code = 'es' OR (
icl_t.language_code = 'es'
AND tt.taxonomy IN ( 'category','post_tag' )
AND ( (
( SELECT COUNT(element_id)
FROM wp_icl_translations
WHERE trid = icl_t.trid
AND language_code = 'es'
) = 0
) OR ( 0 ) )
) ) )
OR icl_t.element_type NOT IN ('tax_portfolio_category') OR icl_t.element_type IS NULL ) ORDER BY t.name ASC
Error en la base de datos de WordPress: [Disk full (/tmp/#sql_7ae_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id LEFT JOIN wp_icl_translations icl_t
ON icl_t.element_id = tt.term_taxonomy_id
AND icl_t.element_type IN ('tax_portfolio_tags') WHERE tt.taxonomy IN ('portfolio_tags') AND tt.count > 0 AND ( ( icl_t.element_type IN ('tax_portfolio_tags') AND ( icl_t.language_code = 'es' OR (
icl_t.language_code = 'es'
AND tt.taxonomy IN ( 'category','post_tag' )
AND ( (
( SELECT COUNT(element_id)
FROM wp_icl_translations
WHERE trid = icl_t.trid
AND language_code = 'es'
) = 0
) OR ( 0 ) )
) ) )
OR icl_t.element_type NOT IN ('tax_portfolio_tags') OR icl_t.element_type IS NULL ) ORDER BY t.name ASC