Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

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.

Merged K 1.7 -> K 2.0.3 upgrade and now forum contents are "gone"

More
13 years 2 months ago #138275 by sozzled

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

More
13 years 2 months ago #138276 by ratenburg
Thanks a lot sozzled.

Reading " Kunena 2.0.3 known issues " again helped.


it's a 2 step process, and I missed the 2nd step:

1. Run the SQL scriopt (correct JOS_ to match your table prefix):
UPDATE jos_kunena_topics AS tt
INNER JOIN (
SELECT thread, MIN(hold) AS hold FROM jos_kunena_messages WHERE hold IN (0,1) GROUP BY thread
) AS c ON tt.id=c.thread
SET tt.hold = c.hold
WHERE tt.moved_id=0

2. Activate "Recount Statistics" in "Forum Tools"

"When you have a problem look in your manual.
If you still have a problem, read the f... manual!"

Merry X-Mas

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

More
13 years 2 months ago #138361 by Josh
Did you create a backup of your site? Or at least the SQL file (database)? This could be one of a few issues here. The migration from J 1.5 to J 2.5 was a bit tricky for me. I made a careful evaluation before completely switching. Fortunately it worked fine on my end but I did not integrate my site with phpbb3 which would further complicate things.

So the issues you might have:
1. The posts tables might not even exist.
2. Everything is their but cannot be properly be read
3. Something beyond my understanding. ;)

Also do you have access to the database via MySQL?

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

Time to create page: 0.311 seconds