Using Jun 10 Dev
Unknown column 'xt.tid' in 'where clause' query: SELECT t.* FROM term_data t LEFT JOIN xmlsitemap_taxonomy xt ON xt.tid = t.tid WHERE xt.tid IS NULL LIMIT 0, 200 in /usr/home/hoslo/public_html/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 26.
Comments
Comment #1
dave reidSomeone else reported the same error in #488228: Multiple primary key defined and it's most likely caused by the code-rollback that doesn't have a proper upgrade path yet. I'd recommend avoiding the 6.x-1.x-dev build release until it's been said it's safe to do in #359104: XML sitemap 6.x-1.x-dev progress.
Comment #2
avpaderno