Loading...
 
Features / Usability

Features / Usability


ver 5.0 "Since your last visit" is not reseting

posts: 39 Canada

We just went to V5 and the "Since your last visit" keeps adding up and dosent seem to reset .
If I clear the cache it seems to reset some what but some thing is amiss.

Am I doing some thing wrong ?

Doesn't matter if I sign in as ADMIN or general user

Thanks

posts: 1001 Canada
Does logging out reset the module? If not, see what happens to the lastLogin and currentLogin columns from the users_users table when a user logs out and logs back in.
posts: 39 Canada

Logging in and out dosnt reset "Since your last visit" module.
Also I just noticed it dosnt reset popup user imformation but if you click on user the user info page seems to be have right last log on.

users_users is correctly updating login times as you can see them change as you long in and out.

"Since your last visit" and user info popup stay the same untill I do a clear cache then they reset and stay the same untill next clear cache.



posts: 39 Canada

Not that I know of.
It was a straight up date from V4.1 and it worked correct in 4.1
I looked at modules and cache is set to zero


posts: 1001 Canada
Strange. Do you have cache in modules/cache/ ? Does clearing only modules/cache/ help?
posts: 39 Canada

clearing only modules/cache/ dose not change any thing.
It seems only clear all tiki caches in Tiki Cache/Sys Admin is only way. It changes as soon as I clear all tiki cache.


posts: 1001 Canada
Is this a problem with since_last_visit aka Since last visit (simple) or since_last_visit_new aka Since last visit?

posts: 39 Canada

OK I guess it is since_last_visit_new. Here is part copy of admin modules
Name Order Cache Rows Parameters Groups

since_last_visit_new 2 0 10 Active EditUpDownRightx

See attached

It also dosent reset in pop up of user information.
BUT if you click name it opens the below script and it has the right last login time.
tiki-user_information.php?userId=1

?????????


posts: 39 Canada

Is this a problem with since_last_visit aka Since last visit (simple) or since_last_visit_new aka Since last visit?
=======
OK, I see what you mean now.
I also put up module since_last_visit aka Since last visit (simple)
This module reports correct time, the new one dose not.
See attached



posts: 1001 Canada
Thank you for asking, I fixed this in r27843. The fix should ship in Tiki 5.1.

posts: 39 Canada

I finnally figured out how to update the script.
It works correct now.
Thanks for quick response and all the work you put into Tiki.