Results 1 to 10 of 858

Hybrid View

  1. #1

    Default Re: User tracking mod

    I installed User Tracking today on version 1.5.5b. The green "Installed User Tracking v1.5.3" banner won't go away even with a page refresh or using a different browser. What can be done to make that disappear?

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: User tracking mod

    Quote Originally Posted by hannahheart View Post
    I installed User Tracking today on version 1.5.5b. The green "Installed User Tracking v1.5.3" banner won't go away even with a page refresh or using a different browser. What can be done to make that disappear?
    Knew I should have put this on github to make it easier to do a code review.

    I'm inclined to say that the full contents of the installer file did not get uploaded. Recommend reuploading the files.

    Has the module actually successfully installed (ie. An option present in the configuration menu to support making changes?) and/or an option under tools to access the program?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: User tracking mod

    I uploaded the latest version, it seems like the upgrade script is not being processed any ideas?

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

    Default Re: User tracking mod

    Quote Originally Posted by ShopVille View Post
    I uploaded the latest version, it seems like the upgrade script is not being processed any ideas?
    Humorous to me that the last two posts relate to the installer script providing two opposing conditions, won't stop and won't start. :)

    What is the indication that it has not gotten installed? If it has been installed, there should be a configuration section for User Tracking and the version number identified there should be 1.5.3.

    1) all files and folders from admin directory placed into admin directory keeping the folder structure?
    2) specific files involved with installer are located in the admin/includes/auto_loaders, admin/includes/init_includes, and admin/includes/installers/user_tracking directories.
    3) suggest attempting to re-upload the files at least in the admin directory.
    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

    Quote Originally Posted by mc12345678 View Post
    Humorous to me that the last two posts relate to the installer script providing two opposing conditions, won't stop and won't start. :)

    What is the indication that it has not gotten installed? If it has been installed, there should be a configuration section for User Tracking and the version number identified there should be 1.5.3.

    1) all files and folders from admin directory placed into admin directory keeping the folder structure?
    2) specific files involved with installer are located in the admin/includes/auto_loaders, admin/includes/init_includes, and admin/includes/installers/user_tracking directories.
    3) suggest attempting to re-upload the files at least in the admin directory.
    This is a screenshot of the config does not look like it is updated
    Click image for larger version. 

Name:	liJdfPF.jpg 
Views:	134 
Size:	13.8 KB 
ID:	16998

  6. #6
    Join Date
    Jul 2012
    Posts
    16,816
    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...

  7. #7
    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

 

 

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