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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question there are no posts in this forum

More
16 years 1 month ago #46892 by nick2009
Hi Matias
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.

More
16 years 1 month ago #46893 by Matias
Unfortunately my current situation (too much work) does not offer me a luxury to offer support in PMs. :(

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.

More
16 years 1 month ago #46896 by nick2009
"some old custom templates may not be working well, so try to use default_ex in your tests."

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.

More
16 years 1 month ago #46898 by Matias
I hate SQL dumps as you cannot find anything from it.. :)

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.

More
16 years 1 month ago #46900 by Matias
Another note: if IDs from the imported data > original data, they will be your newest threads/messages. This is because of Kunena orders messages by id, not by time.

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #46901 by nick2009
i ll check it now and i ll keep you posted.
thanks so much for now.

Please Log in or Create an account to join the conversation.

Time to create page: 0.248 seconds