Background of the issue:
I am trying to manage a site with two languages, English and Greek. Whenever I open the edit page of a custom post type item, I encounter a database error. We have updated WPML and tried troubleshooting options like clearing cache, assign translation status to duplicated content, but the issue persists.
Symptoms:
WordPress database error: [Duplicate entry '0dde19c51f7721e38b1cae83d85e3a66' for key 'uc_domain_name_context_md5'] UPDATE icl_strings SET name = 'group identity-area-2 name', domain_name_context_md5 = md5( CONCAT( context, name, gettext_context ) ) WHERE name = 'group 32 name'
Questions:
Is there a way to find out what causes this and fix it?