Hi there,
Scenario:
I'm trying to import my Wordpress comments to Joomla using JoomlaComment Importcomment.
I've followed all the steps in this thread,
compojoom.com/forum/10-newbies-area/7322...o-joomlacomment#7369
But I'm getting this error,
Error: DB function failed with error number 1054
Unknown column 'importid' in 'field list' SQL=INSERT INTO jos_comment (importid,contentid,ip,userid,date,name,email,website,title,comment,published,importparentid,component,importtable)
SELECT comment_ID,comment_post_ID,comment_author_IP,user_id,comment_date,comment_author,comment_author_email,comment_author_url,comment_content,comment_content,comment_approved,comment_parent,'',
'jos_wp_comments' FROM jos_wp_comments AS f ORDER BY f.comment_ID
Now I've tried a variety of different ways to choose the items from the dropdown list, but I keep getting this importid error.
This is a very clean joomla and wordpress install, and i'm puzzled.
Can someone please help
Thanks