Had joomla 1.5 used spupgrade to 3.1, easyblog posts didn't import. I tried the tutorial to migrate from 1.5 to 2.5 for easyblog but I must be doing something wrong. When i try to import into the database i get:
--
-- Dumping data for table `qtjak_easyblog_acl`
--
INSERT INTO `qtjak_easyblog_acl` (`id`, `action`, `default`, `description`, `published`, `ordering`) VALUES
(1, 'add_entry', 1, 'If allowed, user is allowed to post a new blog post.', 1, 0),
(2, 'publish_entry', 1, 'If allowed, user is allowed to publish their blog post on the site. ', 1, 0),
(3, 'allow_feedburner', 1, 'If allowed, user can set their own Feedburner URL which will be linked to their own blog.', 1, 0),
(4, 'upload_avatar', 1, 'If allowed, user can upload their avatar.', 1, 0),
(5, 'manage_comment', 1, 'If allowed, user can manage any comments that are posted throughout the site.', 1, 0),
(6, 'update_twitter', 1, 'If allowed, user can post updates to their own Twitter account.', 1, 0),
(7, 'update_tweetmeme', 1, 'If allowed, user can update Tweetmeme settings. **Deprecated**', 0, 0),
(8, 'delete_entry', 1, 'If allowed, user can delete their own blog post.', 1, 0),
(9, 'add_trackback', 1, 'If allowed, user can specify[...]
MySQL said: Documentation
#1062 - Duplicate entry '1' for key 'PRIMARY'
I did notice I had easyblog installed first on 3.1, so should I uninstall it then try importing again, then install easyblog again? Thanks.