Notice: Undefined variable: halt in /var/www/vhosts/example.com/httpdocs/modules/mod_analytics/mod_analytics.php on line 50
Source in the hitml
| Code: |
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-0000000-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
|
Module postion is the last of the footers.
Resolved it by removing the check to omit certain users (those being: idx|idy and I checked to make sure there were no spaces before, after or between the ids).
Scenario of the error: IDy is logged on the administration back end (but not on the front end).
Just thought I'd let you know. I'll try a couple of others things/scenarios when I have time