Woopra code not being inserted...
| Project: | Woopra |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I just enabled the module, discovered that no need to put a Key on the settings, but the tracking is not worknig.
I disabled the module, copy&paste the script to my page.tpl.php and then it worked, but of course I didn't get the names of the users and so on (as I did on a drupal5 site for example).
Removed the script from page.tpl.php, reenabled the module but it's not there...
I have some variables starting with woopra on my variables table. I cleared the cache, even disabled it, also the Js optimizer... I removed all the rows that started with woopra from my variables table, as doing the "uninstall" from the modules page didn't work, then reenabled it but still not working.
What am I missing?? The site is www.lynxeds.com

#1
I'm having the same issue... any ideas?
#2
Same here, subscribe.
#3
I just added the script by hand on my page.tpl.php, but that is not the desired (in fact, that method doesn't need the module at all...)
The main problem using this is that I don't see the username of the registered users...
#4
seems like in a recent update that the https://sec1.woopra.com/js/woopra.js location doesn't exist anymore. Their stored location of the file must have changed bc I can't access the file to have it loaded in anymore :\
#5
Has anyone resolved this?
Baffled....
Mike
#6
Still with the code manually added into the page.tpl.php...
#7
Same problem.
#8
Same problem here. The previous version of the Woopra module was working fine: however, I updated it yesterday and tracking info is no longer being passed upstream.
(I have another site running Drupal 5.20 with the 5.x version of the module and it's working perfectly, even after updating to the newest version a few days ago.)
#9
I had the same problem, then I noticed that the theme I am using does not have 'standard' footer code in it. i.e.
<div id="footer"><?php print $footer_message . $footer ?></div>As soon as I added this into the theme the woopra code was added and it all works OK
#10
My theme is printing both variables but code seems to be missing too. So not sure if this is going to be the problem for other people in here...