- Posts: 207
- Thank you received: 4
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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.
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
8 years 1 month ago #202425
by mibert
Replied by mibert on topic Discuss plugin start new topic on each visit and wrong title per message
Did anybody find a solution for this problem, except to disable the plugin?
Thanks in advance for your advise.
Michael
Thanks in advance for your advise.
Michael
Please Log in or Create an account to join the conversation.
8 years 1 month ago #202449
by 810
Replied by 810 on topic Discuss plugin start new topic on each visit and wrong title per message
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.
Less
More
- Posts: 12288
- Thank you received: 2537
8 years 1 month ago - 8 years 1 month ago #202450
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Discuss plugin start new topic on each visit and wrong title per message
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:
Instead of #__ enter your prefix
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
Important! Always create a backup before you make any changes to your website!
Last edit: 8 years 1 month ago by rich.
The following user(s) said Thank You: mibert
Please Log in or Create an account to join the conversation.
8 years 1 month ago #202467
by mibert
Replied by mibert on topic Discuss plugin start new topic on each visit and wrong title per message
Great, I had over 500 entries wir threat id =0.
After deleting them, the problem seems to be gone.
Thank you VERY MUCH!!
After deleting them, the problem seems to be gone.
Thank you VERY MUCH!!
Please Log in or Create an account to join the conversation.
8 years 1 month ago - 8 years 1 month ago #202523
by mibert
Replied by mibert on topic Discuss plugin start new topic on each visit and wrong title per message
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
And again 1900 entries with treath id=0.
Any other solution would be most welcome.
Best regards
Michael
Last edit: 8 years 1 month ago by mibert.
Please Log in or Create an account to join the conversation.
8 years 1 month ago #202546
by Nikiniko
Replied by Nikiniko on topic Discuss plugin start new topic on each visit and wrong title per message
the problem is still there , i tried to update to last Nightly Build ,
but nothing
but nothing
Please Log in or Create an account to join the conversation.
Time to create page: 0.247 seconds