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

Question 0 post counts 1.5.8

More
16 years 4 months ago - 16 years 4 months ago #35312 by rawkey
0 post counts 1.5.8 was created by rawkey
Hi,

Just upgraded to 1.5.8 from Kunena 1.5.7 and all the users postcounts are 0, anyone have any idea how to fix this ?

Also worryingly, it is now counting any new posts made.

Thanks :)
Last edit: 16 years 4 months ago by rawkey.

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

More
16 years 4 months ago #35318 by @quila
Replied by @quila on topic Re:0 post counts 1.5.8
Did you try "Recount Category Stats" button in the Kunena Control Panel (Backend)??

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

More
16 years 4 months ago #35386 by Matias
Replied by Matias on topic Re: 0 post counts 1.5.8
Do you mean Posts written by users or category statistics? Did the trick help you?

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

More
16 years 4 months ago #35414 by rawkey
Replied by rawkey on topic Re: 0 post counts 1.5.8
it is posts written by users, and yes I have tried the "Recount Category Stats" option in the backend. Anything else I can try ?

Thanks

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

More
16 years 4 months ago #35433 by Matias
Replied by Matias on topic Re: 0 post counts 1.5.8
Enable debug in Joomla and try to recount stats again. Do you get any error message?

Also try to run this manually:
Code:
INSERT INTO jos_fb_users (userid, posts) SELECT m.userid, COUNT(m.userid) FROM jos_fb_messages AS m INNER JOIN jos_fb_users AS u ON u.userid = m.userid WHERE m.hold=0 and m.catid IN (SELECT id FROM jos_fb_categories WHERE published=1) GROUP BY m.userid ON DUPLICATE KEY UPDATE posts=VALUES(posts)

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

More
16 years 4 months ago #35448 by rawkey
Replied by rawkey on topic Re: 0 post counts 1.5.8
Enabled debug, no errors, also ran the code you supplied and it made no difference..anything else I can try ?

Thanks

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

Time to create page: 0.374 seconds