Hi! So, I have added my WordPress database to the same database as my Joomla! installation. The WordPress posts, categories, etc. all import perfectly into com_content. However, after I import everything into K2, I get a page with a bunch of errors like so:
Category with an title 'Bankruptcy'could not be added into your database!\nUnknown column 'language' in 'field list' SQL=INSERT INTO `databasePrefixHere_k2_categories` SET name='Bankruptcy' , alias='bankruptcy' , description='' , parent=0 , extraFieldsGroup="" , published=1 , access=1
The error continues, but it would take up a lot of space to post the whole thing. So I get a similar error for every category and nothing is imported into K2.
Also, it can't import articles:
Article with an title 'Filing for Bankruptcy' could not be stored into your database! Article id = 933\nUnknown column 'language' in 'field list' SQL=INSERT INTO `_k2_items` (`title`,`alias`,`catid`,`published`,`introtext
Any thoughts? It has inserted tags correctly.