- Posts: 28
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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 7.0.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Migrate Yuku to Kunena
Please Log in or Create an account to join the conversation.
From what forum component do you migrate ?
How do you proceed to migrate?
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It may be possible to achieve some kind of automated migration, if Yuku is prepared to release the data to you in some portable form, but I doubt it. This is a standard situation faced anyone who uses free, three-mouseclicks-and-you've-made-a-community websites, like Yuku ... or Facebook.
So now you're left with two options. One is to leave the old data behind at Yuku and start afresh. Believe me when I tell you this, it's the best option! It's not only easier, but it gives your users the chance to settle into nice clean surroundings without the baggage from the past.
The second option is to continue, as you have been doing, painstakingly copying messages across one-by-one. As you have found, this causes other problems, not the least is the timestamping one (more on this in a moment). But the bigger problem is how do you migrate your users? Suppose you manage to move a message across from your old site to the new one. How do you assign the ownership of those messages to the users who wrote them in the first place?
To address your timestamp issue, you can change the time when a message was posted if you know anything about MySQL and about MySQL time values. Kunena's messages are stored in the database table jos_fb_messages; the message timestamp is held in the time column. The value in the time column stored as Unix time (for example, 1267243400 = 27-Feb-2010 04:03:20 UTC or "Zulu" time). This gets rather complicated: you need something to convert your dates and times into UTC time - UTC translates approximately the same as Greenwich Mean Time - and then you need to convert that into Unix time. Are you about ready to give up? I sure as heck am! :laugh:
How many messages did you intend to move? :S
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.