Skip to content

Instantly share code, notes, and snippets.

@aguko
Created April 1, 2014 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aguko/9913697 to your computer and use it in GitHub Desktop.
Save aguko/9913697 to your computer and use it in GitHub Desktop.
WordPress database error: [Unknown column 'ec909ddbe567eaf391407079b994f270' in 'where clause']
SELECT tm.meta_key, tm.meta_value, tm.term_id, tt.taxonomy FROM wp_mp_termmeta tm INNER JOIN wp_term_taxonomy tt ON tm.term_id = tt.term_id WHERE tm.term_id = ec909ddbe567eaf391407079b994f270 AND tm.taxonomy = 'category' AND tt.taxonomy = 'category' AND meta_key LIKE 'com_set.%' ORDER BY term_id, meta_key, tmeta_id
WordPress database error: [Unknown column 'ec909ddbe567eaf391407079b994f270' in 'where clause']
SELECT v.*, u.* FROM `wp_mp_versions` v LEFT OUTER JOIN wp_users u ON u.ID = v.user_id WHERE v.object_id = ec909ddbe567eaf391407079b994f270 AND v.field_set_name = 'com_set' AND v.object_type = 'term' ORDER BY version_id DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment