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

This category is for the plugin developed, endorsed, maintained and supported by the Kunena project team. The topics in this category only relate to the plugin developed for K 3.0 and later versions.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Discuss plugin start new topic on each visit and wrong title per message

More
7 years 8 months ago #202425 by mibert
Did anybody find a solution for this problem, except to disable the plugin?

Thanks in advance for your advise.

Michael

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

More
7 years 8 months ago #202449 by 810
Hi, I can't reproduce this issue, could you try the nightly build. And try again.

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

More
7 years 8 months ago - 7 years 8 months ago #202450 by rich
It seems there is a glitch when updating. You get in the #__kunenadiscuss table a column with the thread id_0. This row must removed (should be the last row).
Please first create a database backup.
Then go in your database with phpMyAdmin and use this command:
Code:
delete from `#__kunenadiscuss` order by `content_id` desc limit 1
Instead of #__ enter your prefix

Important! Always create a backup before you make any changes to your website!
Last edit: 7 years 8 months ago by rich.
The following user(s) said Thank You: mibert

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

More
7 years 8 months ago #202467 by mibert
Great, I had over 500 entries wir threat id =0.
After deleting them, the problem seems to be gone.

Thank you VERY MUCH!!

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

More
7 years 8 months ago - 7 years 8 months ago #202523 by mibert
Sorry, this was too early judgement. The problem is still ongoing, so I had to disable autopublishing again.

And again 1900 entries with treath id=0.

Any other solution would be most welcome.

Best regards

Michael
Last edit: 7 years 8 months ago by mibert.

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

More
7 years 8 months ago #202546 by Nikiniko
the problem is still there , i tried to update to last Nightly Build ,
but nothing

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

Time to create page: 0.285 seconds