Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Question kunena 1.6.2 shows total users=0

More
13 years 2 months ago - 13 years 2 months ago #11 by sozzled
I have two suggestions for you:

(1) Go to Synchronize Users; check all 4 checkboxes and then press the Synch button. See if this improves the situation.

(2) You could make a small change to a system plugin that will enable automatic synchronising of users. The file that you would need to change to make this change is ../plugins/system/kunena.php

This is the area of code that you need to look for:
Code:
/* function onAfterStoreUser($user, $isnew, $succes, $msg) { //Don't continue if the user wasn't stored succesfully if (! $succes) { return false; } if (! $isnew) { return true; } // Set the db function $db = JFactory::getDBO (); $db->setQuery ( "INSERT INTO #__kunena_users (userid) VALUES ('" . intval($user ['id']) . "')" ); $db->query (); } */
Remove the first and last lines shown above, that is the line that is

/*

and the other line that is

*/

Save that file and see if it makes a difference to you. Good luck.
Last edit: 13 years 2 months ago by sozzled.

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

More
13 years 2 months ago #12 by vladomkd
i have tried both suggestions, however the total users count remains the same.

perhaps when a new user registers the total users count will change?

thanks!

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

More
13 years 2 months ago #13 by elche
In my case non of the users are blocked or disabled. From the 607 members shown in the backand only 440 appear in de frontend.....

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

More
13 years 2 months ago - 13 years 2 months ago #14 by sozzled

elche wrote: In my case non of the users are blocked or disabled. From the 607 members shown in the backand only 440 appear in de frontend.....

That's a whole lot different to "users = 0" isn't it?

However, this issue and another issue seem remarkably similar: see also K1.6.2 BUG after migration? 179 members in backend, but in frontend says "113 registered users"??

Maybe these two subject should be merged together?

How many other people have significantly different user counts?
Last edit: 13 years 2 months ago by sozzled.
The following user(s) said Thank You: elche

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

More
13 years 2 months ago - 13 years 2 months ago #15 by sozzled
Last edit: 13 years 2 months ago by sozzled.

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

More
13 years 2 months ago - 13 years 2 months ago #16 by whippet

elche wrote: In my case non of the users are blocked or disabled. From the 607 members shown in the backand only 440 appear in de frontend.....


I've also read this topic thanks you sozzled, same problem of elche...
Meet all in topic "Total users doesn't match up. " maybe we find a solution... :)

...in my opinion many people have this problem ...
Last edit: 13 years 2 months ago by whippet.

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

More
13 years 2 months ago #17 by sozzled
Yes, maybe many users do have this problem. So far I have only seen this reported three times. It doesn't seem to be a serious problem, yet. We're looking into it.
The following user(s) said Thank You: whippet

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

More
13 years 1 month ago #18 by whippet

sozzled wrote: We're looking into it.


ok many thanks I'll be patient :laugh:
see you

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

More
13 years 1 month ago #19 by betteryouthanme
just for info.. I've the same problem Registered users: 30 Total users 25. No user is blocked and user sync is done many times ;)

And i've migrated from phpBB3 to Kunena.

Thanks for looking into this

Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant

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

More
13 years 3 weeks ago #20 by Woosh! Webdesign
The same goes for me (Joomla 1.5.22 Kunena 1.6.3.). Looks like a structural problem. Looking forward to a fix.

Many thanks in advance!

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

Time to create page: 0.440 seconds