- Posts: 7245
- Thank you received: 566
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Sticky Migrator is now available in our Downloads page
The component should still be considered as experimental, so please test your new forum carefully after migration!
Installation is flawless, but when entering the component and choosing PHPBB3 conversion, the error message is:
This has to do with the fact that not everybody uses the standard phpbb prefix phpbb_. In my case it is phpbb3_. Somewhere there needs to be an option to enter the phpbb table prefix, or an automated detection system.
The easiest solution is to add a prefix field to the config.xml file and make all references to phpbb table prefixes point to the config variable.
Cheers,
Ronald
When creating a fix, also check out the rest of the file.
In line 383 and 384 of models/export_phpbb3.php you are using the joomla prefix #__ to point at a phpbb table. That seems incorrect. In my opinion it should be phpbb_ or even better a dynamic prefix, configurable in the component, as mentioned.
Cheers,
Ronald
Is missing install files....
How can install it....
- oasisfleeting
-
- Offline
- New Member
- Posts: 2
- Thank you received: 0
So I wrote the following script to do the migration. This script only works one topic/thread at a time. So you'll have to create your categories in kunena first. I only had about 7-8 categories in agora so I didn't write a script for that.
Anyways, in order to use this you just need to change the id for t.forum_id to match the agora category/forum then change the $cat_id variable to match your new kunena category.
Maybe someone else might need it.
Don't forget to recount your kunena categories after you're finished.
- oasisfleeting
-
- Offline
- New Member
- Posts: 2
- Thank you received: 0
Matias wrote: Please visit our Download page. Kunena Forum Importer is the last item in the page.
The component should still be considered as experimental, so please test your new forum carefully after migration!
Hi Matias,
when will the version for RC1 be ready? Really looking forward to it!
I don't provide support by PM, because this can be useful for someone else.