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.
Question migrate agora to kunena ??
- snilloconator
-
- Offline
- Premium Member
-
- aka snilly
Also be sure to back up!
Please Log in or Create an account to join the conversation.
- kathysites
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
In the Agora forum, we had deleted some users who had posted in the forum.
In Agora, the username attributed to the post would revert to "Guest."
When I migrated to Kunena, all of those "Guest" posts disappeared, because there was no user id to identify them (poster_id reverted to '0')
Solution: I created a user named "Guest", looked in the database for the ID# and then ran a query:
UPDATE jos_agora_posts SET poster_id = 1424 WHERE poster_id = 'Guest';
When I migrated this time, the missing posts appeared for the user Guest.
motd1024 wrote: Hi
I'm satisfied with the result, only issue is that duplicated
first posts from topics. I deleted them manually.
I also ran into the duplicate first post issue. Is there a query that can be run to eliminate those posts, rather than deleting manually? We have over 500 threads so it would be tedious.
Thank you!
Please Log in or Create an account to join the conversation.
fxstein wrote: No problem - we just need to figure out hoe to better present these FAQs in a better more organized way. Many others can benefit from that too.
This is what I am looking for is an instruction for the migration process.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.