... does not work on my site with Kunena 7.0.1
see in views/migrators/view.html.php on line 44
$exists = File::exists(JPATH_ROOT . '/components/com_kunena/kunena.php');
This no longer exists in the current Kunena 7. I tried the following and got the migration working
$exists = File::exists(JPATH_ROOT . '/administrator/components/com_kunena/kunena.xml');
