- Posts: 25
- Thank you received: 0
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
Question category recount problem, duplicated posts
Also I don't seem to be able to delete the duplicated entry's in phpmyadmin...?
Please Log in or Create an account to join the conversation.
I am running the following, you will probably find not all users are duplicated (in my case anyway). Change the x after userid to the userid of the row you want to delete,
DELETE FROM jos_fb_users WHERE userid=x LIMIT 1
Limit 1 ensures that only one row is deleted. I have 17 in my case..
Not sure about running the recount again though, got a feeling that the issue may occur again if there is something not quite right in your DB.
Please Log in or Create an account to join the conversation.
I use community builder so all my user details come from there. So I emptied the jos_fb_user table, ensured userid is a primary key and then synced users from the backend of Kunena, this brought all the data back with no duplicates.
All that's left now is try try and work out why the post counts are still zero ???? Anyone !?
Please Log in or Create an account to join the conversation.
I am back in business now
Please Log in or Create an account to join the conversation.
This is the exact solution that started this discussion topic (see #33886)! :side:Ok, got my post counts back by using the fix at www.kunena.com/forum/139-solved-or-prior...ecount-problem#30484
I am delighted that this method has fixed your problem, rawkey :woohoo: The fact, however, remains that, as Matias wrote (#33995)
After that the discussion turned into some of the most bizarre, convoluted stuff that I've encountered in these forums. :blink:The fix in the forum works only in some configurations, not universally.
Therefore, although the various methods we've discussed may not work for some people (and in the absence of any follow-up details from PG_Lion), in order to risk the dangers that continually hijacking this discussion brings I am marking this topic as solved.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.