Zum Hauptinhalt springen

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

Veröffentlicht in ‘EasyDiscuss’
Dies ist ein öffentliches Ticket

Jeder wird den Inhalt sehen können. Gib keine Benutzernamen, Passwörter oder andere sensible Informationen an.

Letzter Eintrag von CreativeGraphics Support am Samstag, 07. Februar 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