Page 5 of 17 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 858

Hybrid View

  1. #1
    Join Date
    Jun 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by Phil020782 View Post
    I have this mod working but I have noticed that when someone adds items to their shopping cart it doesn't show in the user shopping cart column on the user tracking mod. Is this something that is not supported in v1.5.0 because it worked on previous versions?
    I have the same "problem". Previously all session was stored as plain text in the session table, but with Suhosin (my guess), all sessions values are now encrypted - thus making it unreadable in user tracking.

    I also hope for a fix for this, as it does work in the "who's online" tool in ZenCart.

  2. #2
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    Default Re: User tracking mod

    Quote Originally Posted by Phil020782 View Post
    I have this mod working but I have noticed that when someone adds items to their shopping cart it doesn't show in the user shopping cart column on the user tracking mod. Is this something that is not supported in v1.5.0 because it worked on previous versions?
    If you click the "View Sessions" link in red the details of the cart are in the left column of the data graph table. See attached screenshot highlighted in yellow, beside it will be the link to that product. Or should..

    Attachment 11394

    sjbglx


    Hello everyone, I have the exactly the same problem. Fresh installation of Zen_cart 1.5.0, and user tracking mod 1.4.0. Just can not execute the SQL patch, every time it returns the same error message. Due to the fact that I have 3 different company's server space, so tested on other server and I don't have any problem on other server. Is this problem related to server? Can anybody help??
    According to your quoted error from a previous poster "#1062 - Duplicate entry 'UserTracking' for key 'page_key'". this is telling you that you have the tables already installed into your database.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  3. #3
    Join Date
    Sep 2010
    Posts
    70
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hello everyone I think I got the problem fixed.
    Firstly I checked the MYSQL version on my hosting server and that is 5.5.27-cll. looks like newer than all versions I tested before.
    Please NOTE: The given SQL patch can work free of probelms in all of those old MYSQL version so I make one change to the SQL patch.
    I located the "TYPE=MyISAM"
    and switch it to "ENGINE=MyISAM"
    Then the SQL patch can run without problem!

  4. #4
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by DrByte
    ....J
    - added forum-suggested index keys to UT table definition for new installs and upgrades


    Still compatible with v1.3.x and v1.2.x
    DrByte,

    sql_update_to_20060805.sql creates duplicate index keys for time_entry.

    Brent

    PS. I should have added the index keys months ago as they have made a fantastic difference. Thanks for the update.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: User tracking mod

    Quote Originally Posted by Brent
    sql_update_to_20060805.sql creates duplicate index keys for time_entry.
    Oops ... thanks for the update. The zip is fixed for the sake of future downloads.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Jan 2005
    Location
    Gold Country CA
    Posts
    315
    Plugin Contributions
    0

    Default Re: User tracking mod

    Installed on 1.3.0.2 and it works well.
    I do have one little "QuerK".
    I choose user tracking from the tools and can view the users however, when I click on View session I and brought to the admin login screen and need to log in again. Once I have logged in for the 2nd time I can navigate the sessions just fine.

    Any idea what is causing this?
    Its happening on 3 different computers 2 PCs in different locations IE and FF as well as on my Mac.
    My gene pool could use a little chlorine and a lifeguard.
    Inksale.com
    TeamFastEddy.com

  7. #7
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by inksale
    I do have one little "QuerK".
    I choose user tracking from the tools and can view the users however, when I click on View session I and brought to the admin login screen and need to log in again. Once I have logged in for the 2nd time I can navigate the sessions just fine.

    Any idea what is causing this?
    Its happening on 3 different computers 2 PCs in different locations IE and FF as well as on my Mac.
    I have had this same problem right from the start except that for some reason it does not do this on my laptop and I am not sure as to why. I have had this issue for a long time, but didn't worry too much about it. I decided to post to let users know that this issue isn't isolated to a single person!!

  8. #8
    Join Date
    Jun 2006
    Posts
    179
    Plugin Contributions
    0

    Default Re: User tracking mod

    I got something strange today.. And i have NOT done anything with the DB last 24 hour. No updates, have not even looked at it.... The user tracking have worked perfect all the time untill 00:00 last night.... I still can see all tracking till 00:00 last night but only an error for to day.

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '915fde48348c08a5e3d9ed11a4100' order by time_last_click desc' at line 1
    in:
    [SELECT customer_id, full_name, ip_address, time_entry, time_last_click, last_page_url, page_desc, session_id, referer_url FROM zen_user_tracking WHERE session_id = '00d"'915fde48348c08a5e3d9ed11a4100' order by time_last_click desc]
    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.


  9. #9
    Join Date
    Jun 2006
    Posts
    179
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by inksale
    Installed on 1.3.0.2 and it works well.
    I do have one little "QuerK".
    I choose user tracking from the tools and can view the users however, when I click on View session I and brought to the admin login screen and need to log in again. Once I have logged in for the 2nd time I can navigate the sessions just fine.

    Any idea what is causing this?
    Its happening on 3 different computers 2 PCs in different locations IE and FF as well as on my Mac.
    I did never had this problem

  10. #10
    Join Date
    Oct 2004
    Location
    Sweden
    Posts
    56
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by Pinghead
    To all the users of the usertracking mod!

    I'm in the process of upgrading to 1.3.0.1 from 1.2.6, and translating the english files to swedish (8815 lines of code...) and fixing the other mods I've installed.

    Please bear with me, this will take a while.

    In the meantime, post problems and solutions to the usertracking mod in this thread.
    Well, as I'm not going to have time to continue my work on/at my webshop I just came here to say goodbye (so you don't think I've gone M.I.A) and wish you all good luck with your continuing use of Zen-Cart (which I think is an awesome tool) and the tracking mod.

    Best regards
    Petter

 

 
Page 5 of 17 FirstFirst ... 3456715 ... 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

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