- Posts: 6
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
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.
Sticky Upgrade problems with K 1.x -> K 2.0.3 (and solution)
- the_target
-
- Offline
- New Member
-
Less
More
13 years 5 months ago #137591
by the_target
Replied by the_target on topic Upgrade problems with K 1.x -> K 2.0.3 (and solution)
Problem confirmed. 1.7.2 upgrade to 2.0.3 is a wreck. Thank goodness for Akeeba backup. Waiting for another version or two to mature at this point.
The topic has been locked.
13 years 5 months ago #137596
by Matias
Replied by Matias on topic Upgrade problems with K 1.x -> K 2.0.3 (and solution)
We are currently investigating the problem, but we are not quite sure what causes it.
There's a bug report in GitHub at: github.com/Kunena/Kunena-2.0/issues/1220
When fix is being made, that is the first place to look into.
There's a bug report in GitHub at: github.com/Kunena/Kunena-2.0/issues/1220
When fix is being made, that is the first place to look into.
The topic has been locked.
13 years 5 months ago #137597
by regdomain
Replied by regdomain on topic Upgrade problems with K 1.x -> K 2.0.3 (and solution)
Probbaly it is problem with 1.7.2 to 2.0? Could anyone provide with 1.7.3 copy?
The topic has been locked.
13 years 5 months ago #137600
by Matias
Replied by Matias on topic Upgrade problems with K 1.x -> K 2.0.3 (and solution)
The issue is more likely in Kunena 2.0 topics migration which had a fix in Kunena 2.0.3.
After quickly looking into your screenshot -- please make sure that plugin called "Kunena - Joomla integration" is enabled.
After quickly looking into your screenshot -- please make sure that plugin called "Kunena - Joomla integration" is enabled.
The topic has been locked.
13 years 5 months ago #137627
by Matias
Replied by Matias on topic Upgrade problems with K 1.x -> K 2.0.3 (and solution)
I found a fix for this issue (needs basic SQL skills):
1) Make backup
2) Go to phpMyAdmin or similar tool and run the code from below (change both #__ to your database prefix):
3) Go to Kunena backend >> Forum Tools >> Recount Statistics and run the action without changing any parameters.
PS. This bug is only present in Kunena 2.0.3 and can be avoided by upgrading first to Kunena 2.0.2.
PPS. It's already fixed and the fix will be in the next version.
1) Make backup
2) Go to phpMyAdmin or similar tool and run the code from below (change both #__ to your database prefix):
Code:
UPDATE #__kunena_topics AS tt
INNER JOIN (
SELECT thread, MIN(hold) AS hold FROM #__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
3) Go to Kunena backend >> Forum Tools >> Recount Statistics and run the action without changing any parameters.
PS. This bug is only present in Kunena 2.0.3 and can be avoided by upgrading first to Kunena 2.0.2.
PPS. It's already fixed and the fix will be in the next version.
The following user(s) said Thank You: regdomain
The topic has been locked.
13 years 5 months ago - 13 years 5 months ago #137642
by regdomain
Replied by regdomain on topic Upgrade problems with K 1.x -> K 2.0.3 (and solution)
Solution works
Last edit: 13 years 5 months ago by regdomain.
The topic has been locked.
Time to create page: 0.253 seconds