Page 44 of 86 FirstFirst ... 34424344454654 ... LastLast
Results 431 to 440 of 858
  1. #431
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: User tracking mod

    Quote Originally Posted by deathman2006 View Post
    Does anyone know if theres a way to get this mod to let you see what items have been added to a customers cart?
    Recover Cart Sales will handle this for you available here http://www.zen-cart.com/index.php?ma...roducts_id=100 confirmed working in 1.3.9h
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  2. #432
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: User tracking mod

    Does the latest updated version in the downloads section (1.4.0) work with 1.3.9x carts or only with 1.5.0?
    I'll finish that project tomorrow, I've made enough mistakes today!

  3. #433
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: User tracking mod

    Quote Originally Posted by Boggled View Post
    Does the latest updated version in the downloads section (1.4.0) work with 1.3.9x carts or only with 1.5.0?
    It is designed for V1.5.0 only.. For V1.3.9xx you will need to use the older version
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  4. #434
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: User tracking mod

    Well ain't that DANY!
    Just installed it only to come here to find an aswere as to why the SQL failed on: table admin_pages does not exist LOL

    Has this done any damage to my site??

  5. #435
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: User tracking mod

    Quote Originally Posted by Rizla View Post
    Well ain't that DANY!
    Just installed it only to come here to find an aswere as to why the SQL failed on: table admin_pages does not exist LOL

    Has this done any damage to my site??
    No if you have not added the admin tables inside your SQL simply download the version for your ZenCart version upload and overwrite the files.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  6. #436
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: User tracking mod

    Think I boobed even more than that Knuckle.... Sure I used the update SQL file first (early morning) Then attempted the main SQL file to be told Error.. Table exists on 999 or something (NOt at the PC with it on)

    I have a DB backup from Wednesday so will only loose a couple of customer details or can I delete the tables manually?

    I knew I should have waited till the weekend (

    Also.. where is the version I need?

    Thanks

  7. #437
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: User tracking mod

    Quote Originally Posted by Rizla View Post
    Think I boobed even more than that Knuckle.... Sure I used the update SQL file first (early morning) Then attempted the main SQL file to be told Error.. Table exists on 999 or something (NOt at the PC with it on)

    I have a DB backup from Wednesday so will only loose a couple of customer details or can I delete the tables manually?

    I knew I should have waited till the weekend (

    Also.. where is the version I need?

    Thanks
    You do not have to run a full backup to remove the tables you inserted simply run the SQL Query below from the store admin located under the "Install SQL Patches" under tools menu

    Or

    You could execute it directly from your MySQL management phpMyAdmin or whatever your hosts allows you to use for MySQL management

    Execute

    Code:
    DELETE FROM admin_pages WHERE  language_key = 'BOX_TOOLS_USER_TRACKING';
    DELETE FROM admin_pages WHERE  language_key = 'BOX_TOOLS_USER_TRACKING_CONFIG';
    To get the older version you have to use the Version for 1.3.7 which is located under the 1.5.0 version here http://www.zen-cart.com/index.php?ma...roducts_id=261

    The older version does not use or overwrite core files and no vulnerabilities are found you should be able use this safely (Still Use At Own Risk)

    Download the files and simply overwrite the 1.5.0 files, make your file changes as it states in the readme and you will be good to go.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  8. #438
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hi Knuckle
    Thanks for the reply... but it doesn't like "admin_pages"

    Tried changing to "my_admin_name" but that fails too:

    1146 Table 'metalpix_db1.admin_pages' doesn't exist

  9. #439
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: User tracking mod

    Quote Originally Posted by Rizla View Post
    Hi Knuckle
    Thanks for the reply... but it doesn't like "admin_pages"

    Tried changing to "my_admin_name" but that fails too:

    1146 Table 'metalpix_db1.admin_pages' doesn't exist
    Can you give some more specifics how you run the command inside the admin "Install SQL Patches" or the host panel? Have you looked at the tables inside your database and see if admin_pages exist?

    What version of Zencart are you using?
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  10. #440
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: User tracking mod

    Just out of curiosity which SQL file did you use when you installed the mod?

    new_install_user_tracking.sql or UPDATE_user_tracking.sql. After looking at a test store using 1.3.xxx and the install schema file there is no admin_pages table in the database in these versions so it seems you may have not installed the admin_pages alteration into the database at all, which in your error it says the tables does not exists.. Which would be what you want since your not using V1.5.0 which is only beta and not recommended for use anyway on a live site.

    Either/Or the New Install and The Update SQL sheet inside Module folder for version 1.5.0 does not create admin_pages table for you (Only Updates) so I would be 99.8% certain the table does not exists hence there is nothing to worry about as far as the admin_pages insertion goes.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

 

 
Page 44 of 86 FirstFirst ... 34424344454654 ... 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