Fatal error: Call to undefined method InterestDAO::insertInterests() in C:\xampp\htdocs\ojs\plugins\importexport\users\UserXMLParser.inc.php on line 285
There's really no function "insertInterests" in InsertDAO.inc.php, yet there's a function "setUserInterests" with the same signature. Renaming the "insertInterests" function call in UserXMLParser.inc.php to "setUserInterests" worked for me, I could import user data after this modification.
