I've checked all settings and I've had the module live for 24 hours, but I'm still getting the 'Gathering Intelligence' graphic on all the report pages.
The Google Analytics Summary report is showing data for my Intelligence account so I know that part is working.
Any thoughts on what may be blocking the reports?
Comments
Comment #1
Poieo commentedI'm receiving the following error on the reports pages:
Comment #2
TomDude48 commentedWhat version of jQuery are you using?
You can check the version by opening a JavaScript console tool in your browser and running jQuery.fn.jquery;
Comment #3
Poieo commentedI'm running core's 1.4.4.
Comment #4
arrubiu commentedI solved using jquery_update, with jQuery 1.5
Comment #5
TomDude48 commentedThe issue is the sites I built this around are running jQuery 1.7 which has the JSON.success function. I will do some research into making it compatible with 1.4.
Comment #6
Poieo commentedIt may be easier just to add a dependency on jQuery Update.
Comment #7
TomDude48 commentedI actually went and changed the function to one that is compatible with older versions of jQuery. Alpha 3 now works without upgrading jQuery.
Comment #8
TomDude48 commentedComment #9
Poieo commentedI can confirm this resolved the issue.