Skip to main content

#145 migrator from Kunena 7.0.1 to EasyDiscuss ....

Posted in ‘EasyDiscuss’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by CreativeGraphics Support on Saturday, 07 February 2026 17:42 UTC

Podobin

... 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');

 

 

CreativeGraphics Support

Dear Erik

I have adapted the function to work for older Kunena-versions as well as for 6/7.x

It must be backwards-compatible.

function-revision.png

Could you please re-download and re-install the EasyDiscuss component or implement the above function in your local view.html.php file?

It should work with this adapted function (I don't have a Kunena installed, so I cannot really test).

Thank you very much for the info and for your fix!

Have a nice weekend.

Best regards, Pascal