Yeah that sorted it, thanks
Printable View
Yeah that sorted it, thanks
Does anyone know if theres a way to get this mod to let you see what items have been added to a customers cart?
"Install sql patch file, preferably by phpMyAdmin then add sql patch of zen (as recommended in the forum"
Hi, what forum post is this referring to exactly?
To install the user_tracking.sql what exactly is the command line that I need to type.
Thank you.
Hi, i am using 1.39h, with User Traking off course :clap:
When i open User Tracking, by default it opens me the first user that whas recorded without a session_id.
In my case web crawlers as google, yahoo....
This may be only particular to me as i have in config-> Sessions :
Prevent Spider Sessions
Prevent known spiders from starting a session = True
And they have a lot off hits in one day > 5000
it is a headake to scroll to the real users sessions throh so many hits
the solution is that in admin/user_tracking.php around the end there is the line that shows the clicks off a certain user, for me this line returns true by default in the case off spiders as they dont have session IDs.
line 363 in my file
and replaced it with (adedd code in red and bold)Code:if ($_GET['viewsession'] == $ut['value']['session_id']){
while (($pu = each($ut['value']['last_page_url']))&&($du = each($ut['value']['page_desc'])))
{
in this way even if the is a record without session_id, it does not open by default, only when you click on [view session]Code:if ($_GET['viewsession'] == $ut['value']['session_id'] && $ut['value']['session_id'] != ''){
while (($pu = each($ut['value']['last_page_url']))&&($du = each($ut['value']['page_desc'])))
{
Best regards Zoli.
Thanks for that tip because it was starting to drive me crazy.
Gary
Has anyone got this running CORRECTLY on a 1.3.9h site or is this one that needs to be re-worked and updated for newer versions of PHP and SQL?
Thanks,
Rod
Hi
Just started getting this error message:
144 Table './DIRECTORY NAME NOT SHOWN/user_tracking' is marked as crashed and last (automatic?) repair failedPlease point me in right direction to correct.
in:
[select customer_id, full_name, ip_address, time_entry, time_last_click, last_page_url, page_desc, session_id, referer_url, customers_host_address from user_tracking where time_entry > 1301727600 and time_entry < 1301814000 order by time_last_click desc]
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.
Thanks
John
I just installed and I'm not getting everything under the admin (configuration) user tracking config. Pictures to show what I have. Also, I had an error message when I installed the sql pictures as well. Any help will be kindly appreciated. thanks in advance!
This is the error message when installing the sql 1062 Duplicate entry '999' for key 'PRIMARY'
in:
[INSERT INTO znc_configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (999, 'User Tracking Config', 'User Tracking', 31, 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.
2nd. The only fields showing on the admin are: Title/Value &Action. I thought it would be more (perhaps I'm wrong)
We're running ZC 1.3.9H with user tracking with no problems. Cart contents don't show but am working on that. will post back if and when I have an answer.
Some of these issues you guys are having sound like there is likely a conflict with one or more mods you have installed.
You should carefully read through each mods readme to see which core files may need to be merged with other core files you may have overridden previously.