Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Have reviewed your install and see that they're not being counted, but I've no clue why. The query is simply as follows.
Code:SELECT COUNT(*) FROM `jos_session` WHERE `client_id` = 0 AND `guest` = 0
Replace jos_ with whatever your table prefix is and run the query directly in phpmyadmin. That should be the results the user sees. It could also be just a language string problem since the string appears translated. Try switching back to English and see if issue persists.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.