Page 35 of 86 FirstFirst ... 2533343536374585 ... LastLast
Results 341 to 350 of 858
  1. #341
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: User tracking mod

    Wow this thread is lenghty... I couldn't follow all of it so can I just ask here? Sorry if it has been brought up.

    I'm using 1.3.7.

    - Installed the SQL through ZC Admin.
    -Edited the tpl_footer but can't find /admin/includes/footer.php file so I just leave that step.

    I can go into User Tracking Config but after a while can't go no more. Its just blank.

    I also can't see User Tracking in Admin->Tool inside ZC Admin.

    What should I do? Thanks.

  2. #342
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hi Guys/Gals?

    I have installed this mod. I also have super tracker installed. Both use the geoip.dat and geoip.inc files

    User Tracker requires them in admin/includes and super tracker in just in /includes

    Anyone know how to change the below code so i can get user traker to get the files from /includes rather than admin/incldes ?

    I dont understand fully how DIR_WS_INCLUDES etc works

    require(DIR_WS_INCLUDES . 'geoip.inc');
    $gi = geoip_open(DIR_WS_INCLUDES . 'GeoIP.dat',GEOIP_STANDARD);

    Thanks to anyone whos feeling helpful

    Shane

  3. #343
    Join Date
    Mar 2005
    Posts
    167
    Plugin Contributions
    0

    Default Re: User tracking mod

    In the install read me it says you have to have the original mod from jeffd installed first. Any idea where I can find that install?? The link in the 1st post of this email no longer works.

  4. #344
    Join Date
    May 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hi,
    I am running the latest zencart. I no longer have the user tracking config showing.
    I should re-phrase... I have the admin config user tracking config box, but when i click on it, i just get a page with no options showing...
    I think it may be a table issue.
    I did a clean install of user tracking with the latest version in the downloads section
    Thanks

  5. #345
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: User tracking mod

    I am getting a problem with always expanded records like "view session" was clicked. Also cant delete some. Some have no session ID. I have 2 user tracking configures, 1 in admin> Tools and 1 in admin> configuration. Both seem to be functional.

    Im using the latest version 1.3.7 with cart 1.3.8a. I have this installed in another shop with no problems. It wasn't that way at first. I had to change something in the sql for it to work. I can't remember what that was now.

    PLease help,
    John

  6. #346
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: User tracking mod

    I just noticed that this mod is starting every users "idle time" at 2 hrs.

    I tested this by clicking around in the store. Check UT in the admin and it says Idle Time: 02:00:32. The :32 seconds part is right.

    Thanks,
    John

  7. #347
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: User tracking mod

    Im not going to put this up as an update but if you are having similar problems or any problems with your install into 1.3.8a pm me.
    Ill give you the user_tracking.sql and the file set with the code that works in the footers.

    I had forgotten what I did when I went from 1.3.7 to 1.3.8a to make user tracking work and I didn't bother to look at it now. I went to a working 1.3.8a store downloaded my working user tracking files. Then I went to my db and downloaded just the table structure of the user tracking table with the add if not exists.

    I put all of this together in a package. Used it the other 1.3.8a stores and they work fine now too!


    John

  8. #348
    Join Date
    Sep 2007
    Location
    montana
    Posts
    40
    Plugin Contributions
    0

    Default Re: User tracking mod

    I have looked through out threads but cant find this, if all ready posted sorry.

    I upload all files, installed tracking code in templates/cherry_zen/common/tpl_footer

    <!--eof- site copyright display -->
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
    <?php
    } // flag_disable_footer
    ?>

    tried to install sql patch but get

    1062 Duplicate entry '999' for key 1
    in:
    [INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (999, 'User Tracking Config', 'User Tracking', 31, 1);]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    and under configure- User Tracking Config get blank page ( see screen shot)

    but under tools user tracking get regular info. ( see screen shot), but no tracking info

    I did upgrade from 1.3.7 to 1.3.8a

    Please Help

    vicky
    Attached Images Attached Images  

  9. #349
    Join Date
    May 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: User tracking mod

    I got exactly the same thing with the same zencart version as you.
    I gave up and tried supertracker. This worked first time. Maybe this is easier for you.
    It was just a thought

    Quote Originally Posted by outpostmontana View Post
    I have looked through out threads but cant find this, if all ready posted sorry.

    I upload all files, installed tracking code in templates/cherry_zen/common/tpl_footer

    <!--eof- site copyright display -->
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
    <?php
    } // flag_disable_footer
    ?>

    tried to install sql patch but get

    1062 Duplicate entry '999' for key 1
    in:
    [INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (999, 'User Tracking Config', 'User Tracking', 31, 1);]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    and under configure- User Tracking Config get blank page ( see screen shot)

    but under tools user tracking get regular info. ( see screen shot), but no tracking info

    I did upgrade from 1.3.7 to 1.3.8a

    Please Help

    vicky

  10. #350
    Join Date
    Sep 2007
    Location
    montana
    Posts
    40
    Plugin Contributions
    0

    Default Re: User tracking mod

    Maz44,

    Thanks worked like a charm. on the first try.



    Vicky

 

 
Page 35 of 86 FirstFirst ... 2533343536374585 ... 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