OK, my mistake by copying
<?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
to the wrong template.
It is working now.![]()
OK, my mistake by copying
<?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
to the wrong template.
It is working now.![]()
This mod is brilliant. Thank you.
Highlights the odd thing on the site that needs tweaked when you realise the issues that make some customers leave.
Also....Am I the only one who presses the 'report' button literally every other minute? It's like being down in that bunker they had in Lost!![]()
I posted here:
http://www.zen-cart.com/forum/showth...990#post901990
I upgraded my site yesterday. Everything was running smoothly. I went to check on a product I added early this afternoon (admin working fine) and I got a blank page.
I installed the debugging and got this error:
PHP Fatal error: Call to undefined function zen_update_user_tracking() in /includes/templates/custom/common/tpl_footer.php on line 67
I went in an retyped the text into the tpl_footer as directed by the install directions but the error keeps showing. The whole site is non accessable except the admin side. I went in and "dropped" the user tracking table but that didn't work either.
Anything I can do besides re-upgrade the site?
just wanted to note my line 67 is :
<?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
Got it figured out. I "uninstalled" the mod by removing all the files and dropping the table. Then I ran the debugger again and found a weird t-spring error in english.php so I replaced that with my backup version and now site is up.
Hi all, been using this mod for a while now and have to say its great :) only minor problem ive got with it is that it seems to constantly get the users originating country wrong. Is this a known issue and is there any fix for it?
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.