Trying to import comments from another system and hitting this....
I believe this is looking for the importblogid in the blog table; but the get_id function in ImpExDatabaseCore.php does not have a blog section to check for this.
Code:
$try->set_value('mandatory', 'blogid', $idcache->get_id('blog', $data['entry_id']));
Comment