Needs review
Project:
Woopra
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
18 Dec 2009 at 14:25 UTC
Updated:
26 Sep 2013 at 22:26 UTC
The code calls http://static.woopra.com/js/woopra.js when woopra website says http://static.woopra.com/js/woopra.v2.js
Comments
Comment #1
stillcut commentedWhat Lorell VanFossen from the Woopra team answers to this question
http://www.woopra.com/forums/topic/is-drupal-woopra-module-outdated
Comment #2
SoCalCreations commentedJust posted under that forum post
After going through the code in the file 'woopra.module' I noticed that there is two possibilities for using the Woopra module, one for the beta and one for the production.
The beta had the code 'https://sec1.woopra.com/js/woopra.js'
The first production code for woopra is also included of 'http://static.woopra.com/js/woopra.js'
It seems to me that the first production code must be changed to an 'elseif' statement and added above that code similar to
if (variable_get('woopra_cache', FALSE)) {
$woopra_js = '/'. _woopra_cache('http://static.woopra.com/js/woopra.v2.js');
}
One other thing I noticed is this module is NOT for use in the Drupal Sites/All/Modules directory as it does not contain the ability to do subdirectories or subsites. Furthermore I would prefer the drupal module to have the ability to actually to login to my woopra account for accurate tracking.
just my .02cents
Will
SoCalCreations.net
Comment #3
tomdeb commentedThis should be now fixed in CVS (message http://drupal.org/cvs?commit=312878)
Since woopra got out of beta, I don't have a full account. For this reason I had to remove the code related to ssl support.
Please let me know if it works for you.
I plan on creating a new release once I have updated support for usernames,avatars and profiles
Comment #4
tomdeb commentedComment #5
stillcut commentedThank you for the upadte.
I will test it as soon as possible.
I think you should contact the Woopra team to ask a "special" due to for status of drupal maintenair.
Comment #6
archimedes commentedHas this been committed in the latest (non-dev) release?
Comment #7
killua99 commentedHi guys
https://drupal.org/project/woopra_analytics
:)