Thread: Supertracker

Page 7 of 33 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 324
  1. #61
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Supertracker

    Think you could add a report that shows keywords the yuse when they use the search function on site.

    I think that would be a grea taddition to the mod

    Thanks

  2. #62
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Supertracker

    Hi, I've installed all the files, installed the sql but get a completely blank page when I go to Reports > Supertracker. I've now re-installed the database and the sql but still get the blank page... any ideas?

    never mind, going for idiot of the year award... realised the supertracker.php for the admin root was missing...
    Last edited by warstormer; 28 Nov 2007 at 06:02 PM.

  3. #63
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Supertracker

    is this mod supported anymore

  4. #64
    Join Date
    Dec 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Supertracker

    Hi, sorry for my english is very bad...

    I haved installed supertracker 1.0, have zencart 1.3.7 (3)*

    * Italian version

    Aved read the doc, installed files php in correct path, patched sql file, patched this sql mod:

    DROP TABLE IF EXISTS `supertracker`;
    CREATE TABLE `supertracker` (
    `tracking_id` bigint(32) NOT NULL auto_increment,
    `ip_address` varchar(15) NOT NULL default '',
    `browser_string` varchar(255) NOT NULL default '',
    `country_code` char(2) NOT NULL default '',
    `country_name` varchar(100) NOT NULL default '',
    `customer_id` int(11) NOT NULL default '0',
    `order_id` int(11) NOT NULL default '0',
    `referrer` varchar(255) NOT NULL default '',
    `referrer_query_string` varchar(255) NOT NULL default '',
    `landing_page` varchar(255) NOT NULL default '',
    `landing_page_name` varchar(255) NOT NULL,
    `exit_page` varchar(255) default NULL,
    `exit_page_name` varchar(255) NOT NULL,
    `time_arrived` datetime NOT NULL default '0000-00-00 00:00:00',
    `last_click` datetime NOT NULL default '0000-00-00 00:00:00',
    `num_clicks` int(11) NOT NULL default '1',
    `added_cart` varchar(5) NOT NULL default 'false',
    `completed_purchase` varchar(5) NOT NULL default 'false',
    `categories_viewed` varchar(255) NOT NULL default '',
    `products_viewed` varchar(255) NOT NULL default '',
    `cart_contents` mediumtext NOT NULL,
    `cart_total` int(11) NOT NULL default '0',
    PRIMARY KEY (`tracking_id`),
    KEY `ip_address` (`ip_address`),
    KEY `last_click` (`last_click`),
    KEY `customer_id` (`customer_id`),
    KEY `browser_string` (`browser_string`),
    KEY `cart_total` (`cart_total`)
    ) ENGINE=MyISAM;
    And have evry this error:

    1267 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
    in:
    [SELECT COUNT(*) AS count, s.country_code, c.countries_name FROM supertracker s LEFT JOIN countries c ON (c.countries_iso_code_2 = s.country_code) GROUP BY country_code]
    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.
    Database Info: the Supertracker database currently holds 2 rows (oldest record : 12/14/2007 )
    Haved read 3 times all posts, is a possible who for my little english no have find the solution, sorry in this case...

    Thanks in advance.

  5. #65
    Join Date
    Dec 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Supertracker

    Ehm sorry.. have evry this error if call last 10 visitors and report country visitors... :)

  6. #66
    Join Date
    Jul 2004
    Posts
    246
    Plugin Contributions
    0

    Default Re: Supertracker

    This mod is excellent.

    Just one problem though. I receive this error when trying to delete records. This is installed on a 1.3.8a shop running on Mysql version 3.23.58 and PHP 4.3.11

    --------------------------

    1064 You have an error in your SQL syntax near 'ORDER by tracking_id ASC LIMIT 1' at line 1
    in:
    [DELETE FROM supertracker ORDER by tracking_id ASC LIMIT 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.

    --------------------------

    Any help would be most appreciated.
    UK based Zen Cart Web Designer here www.handcoded.co.uk

  7. #67
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Supertracker

    This is your problem:
    Quote Originally Posted by longstockings View Post
    Mysql version 3.23.58

  8. #68
    Join Date
    Jul 2004
    Posts
    246
    Plugin Contributions
    0

    Default Re: Supertracker

    Unfortunately as I am just working freelance for a web design company so I can't change the mysql database version but was surprised to see such an early version.

    I did however solve the issue by removing the enter rows text field and changing the sql so that it deletes all rows.

    Works a treat now but don't have access to the server anymore so cannot post it. I did however find the solution on the Oscommerce forums
    UK based Zen Cart Web Designer here www.handcoded.co.uk

  9. #69
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Supertracker

    Quote Originally Posted by Necsy View Post
    Hi, sorry for my english is very bad...
    My English is also very bad. So bad that some are allowed to laugh over this. But, unlike them, my php is good

    Your problem is uncorrect settings of collations in your data base tables. You must set latin1_general_ci collation for ALL your tables in data base.

  10. #70
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Supertracker

    Quote Originally Posted by longstockings View Post
    I did however solve the issue by removing the enter rows text field and changing the sql so that it deletes all rows.
    This is not the solution. This change functionality. Previously, it was possible to remove the old record, but now you remove all statistics!

 

 
Page 7 of 33 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. Supertracker
    By enquirer66 in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Mar 2011, 08:37 PM
  2. SuperTracker
    By ma.r.a in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Feb 2011, 08:19 PM
  3. Supertracker referrals?
    By mlbacher in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 Aug 2009, 07:53 PM
  4. supertracker mod
    By confused_aswell in forum General Questions
    Replies: 2
    Last Post: 1 Aug 2008, 12:55 PM
  5. Supertracker Add-on
    By bcmartinez in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 19 May 2006, 01:24 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