Closed (works as designed)
Project:
Google Analytics
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2007 at 11:00 UTC
Updated:
12 Sep 2007 at 00:18 UTC
Default install of Drupal 5.2, module is active and settings are correct. Theme is garland. Image module also installed. Not getting the urchin js code showing up.
URL is http://www.parkingdenied.com
I've gone through the previous support cases and not found anything that would explain why its not working. I've got a minimal set of 3rd party modules, just the image module, image cache and one or two others that have previously worked with the google analytics module. I've also tried disabling them to no avail.
Any suggestions?
Comments
Comment #1
dekkeh commentedI've got the same problem on 1.2, and still on the dev version.
Comment #2
dekkeh commentedI get this in the HTML:
Drupal.extend({ settings: { "dhtmlMenu": { "useEffects": 0 } } });See http://www.levendehave.nl
Comment #3
buddathat's your own dhtmlmenu module.... nothing to do with google analytics!
Comment #4
dekkeh commentedOkay so here's the problem:
I created the Drupal install, but the design was done by someone else - someone that the client felt familiar with. Turns out these people are total drupal-nitwits and they removed the following statement from the end of the page.tpl.php:
print $closureSo the module couldn't inject the script into every page. It's been fixed now.
Comment #5
buddaDamn fools them "designers".