- Posts: 22
- 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 there are no posts in this forum
the operation of Synch on users, and on categories recount were already performed without success.
users are synchronized. and i can see the profiles of the old ones and the imported ones.
forums categories show the exact number of topics and replies, and the last author
(both old ones and imported ones)
form last post ID is correct.
IDs of topics and replies are unique. there is no conflict.
also parent and thread fields are correctly set for all the posts.
indeed in fireboard it was working perfectly.
I noticed that some text fields contains not correctly interpreted utf8 characthers.
could that be the cause? (e.g. à è ì ò ù have been converted in strange symbols)
is there an easy way to fix this in the DB?
i can send you a PM if you have the time to help me with this issue...
Please Log in or Create an account to join the conversation.
I still advice you to create new topic and compare all the fields from the imported messages to the new ones. For example catid needs to point to category and it's the same in all messages in the thread/topic.
FireBoard had a lot of bugs and fixing them made Kunena 1.5 more restrictive on what mistakes it allows in it's database. Also some old custom templates may not be working well, so try to use default_ex in your tests.
Do you see new threads/messages in Kunena? Are the messages from Kunena working? How did you do the import? If you want to, you can send data from both migrated and new thread so that I can try to look if there's something missing in it. Most important for showing up a thread is the first message..
Issues with the utf8 characters comes either from your database (wrong encoding) or your migration script, which didn't say that you are using UTF8. If it is database, just change database collation. If it was your script, those characters have been destroyed and you need to do the import again.
Please Log in or Create an account to join the conversation.
I ve used the default one
"Do you see new threads/messages in Kunena? Are the messages from Kunena working?"
Yes, YEs
" If you want to, you can send data from both migrated and new thread so that I can try to look if there's something missing in it. Most important for showing up a thread is the first message.."
I m sending you a link to download the sql dump right now.
thanks matias
Please Log in or Create an account to join the conversation.
This time I could not find any imported data from jos_fb_users table -- last entry was 45805.
Just in case: here are the basic rules for jos_fb_messages:
1) First message in the topic has always parent=0
2) Rest of the messages have parent=firstid or any previous post in the topic/thread
3) Thread points always to id of the first message
4) catid is always the same as first messages catid
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
thanks so much for now.
Please Log in or Create an account to join the conversation.