Page 33 of 86 FirstFirst ... 2331323334354383 ... LastLast
Results 321 to 330 of 858
  1. #321
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: User tracking mod

    Add session id to all '<a href="...

  2. #322
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hello all, have a problem here. We're running ZC 1.3.8 on our stores. A little while ago, the user tracking on the CreekTreeUSA shop quit working, it shows only a clean white page. The other shops appear to work fine, and there's no other symptoms on CreekTree, just no user tracking.

    I looked at the database with phpMyAdmin, and the CreekTree user_tracking table has message that there's "No Index Defined". That table for the other shops have indexes time_entry, session_id, and time_entry2 defined.

    For the time being, I've set "User tracking visitors" to false in the configuration. Does anyone have idea what's happened, and what needs to be done? Would appreciate any advice.

  3. #323
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by inovermyhead View Post
    Hello all, have a problem here. We're running ZC 1.3.8 on our stores.
    Sorry, all, that should have been 1.3.7, not 1.3.8, and I might mention that the user tracking has been up and running fine on the store for over 6 months, it's been a very handy tool.

  4. #324
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: User tracking mod

    Good Morning, all ...
    To bring you up to date on this, yesterday I started thinking about simply adding those 3 indexes to the CreekTree database to see what happens, so I enabled user tracking again ... and found that it was working again! The database still shows no index for the table but I can't find any discrepancy in how it operates.
    So I'm in a 'leave well enough alone situation' unless someone has any idea what could have caused the malfunction, and what could have happened to those 3 indexes. Would appreciate any thoughts, comments, observations, advise anyone can offer.

    Thanks,

  5. #325
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: User tracking mod

    A few weeks ago my host upgraded to apache 2.x Php 5.x.x and Mysql 5.x.x. After this upgrade the User Tracker on both of my stores stopped functioning - The mod was still in place but it regestered zero activity. I was told to re-load the SQL and have done so but still nothing. I even re-loaded the add-on completely but no changes

    I'm running 1.3.6 on both stores. Any ideas?

    Thanks

  6. #326
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: User tracking mod

    I had user tracking running for the past year on 1.3.6 & 1.3.7. Now I upgraded to 1.3.8 and it quit working. I uninstalled it, downloaded the latest version and re-installed it, still no joy. The interface shows up fine, it just doesn't track any visitors.

  7. #327
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by kbalona View Post
    I had user tracking running for the past year on 1.3.6 & 1.3.7. Now I upgraded to 1.3.8 and it quit working. I uninstalled it, downloaded the latest version and re-installed it, still no joy. The interface shows up fine, it just doesn't track any visitors.
    As I've posted, I'm having exactly the same problem on both of my stores, although I'm still running 1.3.6. Mine occured after my host upgraded to apache 2.x Php 5.x.x and Mysql 5.x.x. - Now it just doesn't track

  8. #328
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: User tracking mod

    I got my installation going again. I had forgotten to add the tracking code to the end of tpl_footer.php
    Code:
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>

  9. #329
    Join Date
    Dec 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: User tracking mod

    For all those people who have problems with the time offsets in total time and and idle time, the problem is the code that generates the html there is poorly written.

    It is towards the end of admin/user_tracking.php, search for "28800".

    The person who wrote this code used 28800 seconds (8 hours) offset as that presumably suited their timezone. With a bit of experimenting you can figure out what value works for you (provided you site runs on servers in the same timezone only).

    The real solution is to change this code to be timezone neutral (work in every timezone).

    Something like:

    date('H:i:s', mktime(...)) would work (instead of the current date() call) only that in the database we have seconds only, this needs to be converted to hours, minutes, seconds as mktime() takes three parameters (hours, minutes, seconds).

  10. #330
    Join Date
    Jan 2007
    Posts
    135
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by Laszlo View Post
    For all those people who have problems with the time offsets in total time and and idle time, the problem is the code that generates the html there is poorly written.

    It is towards the end of admin/user_tracking.php, search for "28800".

    The person who wrote this code used 28800 seconds (8 hours) offset as that presumably suited their timezone. With a bit of experimenting you can figure out what value works for you (provided you site runs on servers in the same timezone only).

    The real solution is to change this code to be timezone neutral (work in every timezone).

    Something like:

    date('H:i:s', mktime(...)) would work (instead of the current date() call) only that in the database we have seconds only, this needs to be converted to hours, minutes, seconds as mktime() takes three parameters (hours, minutes, seconds).
    nice you found the problem, I've been annoyed for some time about that.
    could you please write down more detailed on what to change that string to?
    I'm not following your solution exactly.
    thanks
    Dejan

 

 
Page 33 of 86 FirstFirst ... 2331323334354383 ... LastLast

Similar Threads

  1. User Tracking Mod only shows the Admin Session
    By Griff1324 in forum General Questions
    Replies: 6
    Last Post: 29 May 2008, 10:56 PM
  2. User Tracking Mod issue: repeated Logins: Admin: View Sessions
    By dharma in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 20 Feb 2008, 04:48 AM
  3. Search log mod vs. user tracking
    By ashton0603 in forum General Questions
    Replies: 4
    Last Post: 30 Jan 2008, 08:43 AM
  4. Google Analytics vs User Tracking mod
    By miles in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2007, 10:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR