Advertisement
Guest User

contraluz WPML error

a guest
Aug 18th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1.  
  2.  
  3. WordPress database error: [Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=']
  4. SELECT wp_posts.* FROM wp_posts JOIN wp_icl_translations t ON wp_posts.ID = t.element_id AND t.element_type = CONCAT('post_', wp_posts.post_type) WHERE 1=1 AND wp_posts.ID = 5 AND wp_posts.post_type = 'page' AND ( ( t.language_code = 'es' AND wp_posts.post_type IN ('post','page','acf','room_post','service_post' ) ) OR wp_posts.post_type NOT IN ('post','page','acf','room_post','service_post' ) ) ORDER BY wp_posts.post_date DESC
  5.  
  6. WordPress database error: [Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=']
  7. SELECT t.element_id, t.language_code, t.source_language_code, t.trid FROM wp_icl_translations t JOIN wp_posts p ON t.element_id = p.ID AND t.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt ON tridt.element_type = t.element_type AND tridt.trid = t.trid WHERE tridt.element_id BETWEEN 0 AND 1001
  8.  
  9. WordPress database error: [Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=']
  10. SELECT t.element_id, tax.term_id FROM wp_icl_translations t JOIN wp_term_taxonomy tax ON t.element_id = tax.term_taxonomy_id AND t.element_type = CONCAT('tax_', tax.taxonomy) JOIN wp_terms terms ON terms.term_id = tax.term_id WHERE tax.term_id != tax.term_taxonomy_id
  11.  
  12. WordPress database error: [Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=']
  13. SELECT t.element_id, t.language_code, t.source_language_code, t.trid FROM wp_icl_translations t JOIN wp_posts p ON t.element_id = p.ID AND t.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt ON tridt.element_type = t.element_type AND tridt.trid = t.trid WHERE tridt.element_id BETWEEN 0 AND 1001
  14.  
  15. WordPress database error: [Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=']
  16. SELECT t.element_id, t.language_code, t.source_language_code, t.trid FROM wp_icl_translations t JOIN wp_posts p ON t.element_id = p.ID AND t.element_type = CONCAT('post_', p.post_type) JOIN wp_icl_translations tridt ON tridt.element_type = t.element_type AND tridt.trid = t.trid WHERE tridt.element_id BETWEEN 0 AND 1001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement