Hi, Ive the same problem.. No records of anything.. Did you manage to get a fix for this?
Anybody else ran into this before?
Thank you.
Printable View
Hello Mark,
You've done a wonderfull job with this module, the item I like the most is the last ten visitors as we can see visitors and not only the one who purchased something.
Of course like with many good things we would like more, and if you let me suggest some of them...
I'm sure the data recorded can give us more points of view, for example
- from the last ten visitors, clicking on someone can filter to this person and track this visitor to know how many times he came before purcahsing
-It can also give us the mean number of visits before purchase
- If doing that by IP, perhaps we can get how many time he came before registering
-We can also get the to ten categories visited
That's a few ideas, let me know what you think about that.
Thanks and congratulations
Regards
Hubert
Just installed this, no probs, thanks devs.
Looked at the source and the following looks like it wouldn't work...
It seems that $prohibited_pages is set, then reset to ''PHP Code:
//Next line defines pages on which a new visitor should definitely not be recorded
$prohibited_pages = 'login,checkout_shipping,checkout_payment,checkout_process,checkout_confirmation,checkout_success';
$prohibited_pages = '';
if (!strpos($prohibited_pages, $_GET['main_page'])) {
Is this right? If the code isn't meant to be executed does it need to be there?
Or should the second assignment of $prohibited_pages not be there?
Cheers,
S
Hello! I am trying to install this mod. Getting an error when I do this step:
2. Go to Admin->Tools->Install SQL Patches and install install.sql
I am attempting to upload the install.sql file using the Upload button on that page. When I do so, I get the following error:
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 's', 'XTRACKING_EXCLUDED_IPS', '127.0.0.1', 'Comma Separate List of IPs which sho' at line 1
in:
[INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Excluding IP's', 'XTRACKING_EXCLUDED_IPS', '127.0.0.1', 'Comma Separate List of IPs which should not be recorded, for instance, your own PCs IP address, or that of your server if you are using Cron Jobs, etc', @configuration_group_id, 1, NOW(), NULL, NULL), (NULL, 'Excluding UserAgent's', 'XTRACKING_EXCLUDED_UA', 'ServiceUptime.robot', 'Comma Separate List of UserAgent's substring which should not be recorded', @configuration_group_id, 2, NOW(), NULL, NULL), (NULL, 'Excluding bot's', 'XTRACKING_EXCLUDE_BOTS', 'true', 'IP's Excluding from logging', @configuration_group_id, 3, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');]
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 thoughts?
Thanks! I am not super technical, so I hope it's something simple that I'm doing wrong!
Super! I had tried that as well yesterday and it didn't work. I just did it again and it looks like it worked this time. Thanks for your help! :clap:
Can anyone help?
I have downloaded and installed the supertracker but when going to the reports it states that the database holds 0 records, although I have had visitors since the install.
Thank you
Great mod. I was using the User Tracking by REZA, but SuperTracker gives more info AND does not touch core files as User Tracking does (trying not to install mods that touch core, just makes upgrading easier)...
BUT User Tracking gives the ability to see the whole user session by expanding a particular heading, which then shows were the user went throughout your site. Very nice, and hope this can be something included in SuperTracker in the future. Then it would be ideal!! Hopefully it will be considered.
Is this something that can be ported from User Tracking?
So now that I've got it installed, I think SuperTracker is fantastic! Now, this might seem like a dumb question, but is there a way to get a simple count (counter) from it as well without adding another mod?
I know Zen has a counter, but I don't think it gives a very reliable number. Of course, I could scroll back through my last 10 visits, but would love to have something at a glance.
Thanks!
This mod does not support ' in product name. When a product name contains ' for example something's don't change...it renders the site useless and displays a bunch of error code.
If anyone no how to escape the ' for all products with apostrophe in the name that would be great.