Results 1 to 10 of 860

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: User tracking mod

    As a former user of User Tracking, try this change though at the moment, I'm not sure that it will resolve the issue if the other suggestions haven't been followed.

    In admin/includes/init_includes/init_user_tracking.php

    Find this line:
    Code:
    if ($configuration_group_id == '') {
    And replace with:
    Code:
    if (!zen_not_null($configuration_group_id)) {
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by mc12345678 View Post
    As a former user of User Tracking, try this change though at the moment, I'm not sure that it will resolve the issue if the other suggestions haven't been followed.

    In admin/includes/init_includes/init_user_tracking.php

    Find this line:
    Code:
    if ($configuration_group_id == '') {
    And replace with:
    Code:
    if (!zen_not_null($configuration_group_id)) {
    Nothing changed

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: User tracking mod

    Yeah, realized after posting that suggestion that the line requested to be changed actually is there because of previous installs may not have put the configuration options under the configuration menu dropdown and instead are reflected in the older tools->User Tracking config area.

    So, it more seems like it needs to be identified if the installer file(s) are even getting accessed.

    What if any error logs are being generated?

    Again, in the includes/init_includes/init_user_tracking.php file, please add the following somewhere after the opening <?php and not within a commented out portion of text, try entering:
    Code:
    trigger_error('in this file', E_USER_WARNING);
    Access one admin related page, then remove that line of code from the file. Check your logs directory to see if the file is loading. If it is, then in a way, want to place that line of code in different locations of the file (could do so all at once), and again access the admin by one page change, review the logs to see where in the code processing "stopped".
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: User tracking mod

    Another question: what files do you have in admin/includes/auto_loaders and when looking in each of those, what is the number within each of the square parentheses? It may be that the one for the user_tracking_install file needs to be a smaller number suggested to be no less that 180. (instead of 999)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: User tracking mod

    Thanks for your help, none of your solutions worked, what I did it since i was coming from a really old version I downloaded one version in between then upgraded to that one and then to the latest, it seems like it worked but here:
    Click image for larger version. 

Name:	F22eFuo.png 
Views:	45 
Size:	4.9 KB 
ID:	17000
    Am i supposed to see the cart data?

    Also i still get this message:
    Click image for larger version. 

Name:	bzE6lMn.jpg 
Views:	48 
Size:	3.3 KB 
ID:	17001
    Last edited by ShopVille; 24 Mar 2017 at 04:42 PM.

  6. #6
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by ShopVille View Post
    Thanks for your help, none of your solutions worked, what I did it since i was coming from a really old version I downloaded one version in between then upgraded to that one and then to the latest, it seems like it worked but here:
    Click image for larger version. 

Name:	F22eFuo.png 
Views:	45 
Size:	4.9 KB 
ID:	17000
    Am i supposed to see the cart data?

    Also i still get this message:
    Click image for larger version. 

Name:	bzE6lMn.jpg 
Views:	48 
Size:	3.3 KB 
ID:	17001
    Also, when clicking [view session] it shows a grey bar and does not expand the session

  7. #7
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: User tracking mod

    Quote Originally Posted by ShopVille View Post
    Also, when clicking [view session] it shows a grey bar and does not expand the session
    What version of ZC is being used, how many "visits" we're reported for that user, and what type of user was being clicked on to view session data (store or admin)?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: User tracking mod

    Quote Originally Posted by ShopVille View Post
    Thanks for your help, none of your solutions worked, what I did it since i was coming from a really old version I downloaded one version in between then upgraded to that one and then to the latest, it seems like it worked but here:
    Click image for larger version. 

Name:	F22eFuo.png 
Views:	45 
Size:	4.9 KB 
ID:	17000
    Am i supposed to see the cart data?

    Also i still get this message:
    Click image for larger version. 

Name:	bzE6lMn.jpg 
Views:	48 
Size:	3.3 KB 
ID:	17001
    For some reason the second attachment doesn't appear to be "visible" for viewing, but is included in the above quoted text. I'm hoping that it will appear in this response. So until that is made clear, I can't respond.

    In relation to the first image about the "shopping cart", what you are seeing is that when tracking admin action using User Tracking, there is no cart really associated, but there is still at least some level of information about the individual. In this case, instead of leaving the field blank, the concept considered was to identify what "authority" the individual being tracked while logged into the admin panel had. That is the information that you are seeing/describe.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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