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

Poieo’s picture

I'm receiving the following error on the reports pages:

TypeError: jQuery.getJSON(...).success is not a function
	jQuery.getJSON(url, data).success(function(data) {

line 17  /sites/all/modules/intel/js/intel.report.js?muelxj
TomDude48’s picture

What 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;

Poieo’s picture

I'm running core's 1.4.4.

arrubiu’s picture

I solved using jquery_update, with jQuery 1.5

TomDude48’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » TomDude48
Category: support » bug

The 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.

Poieo’s picture

It may be easier just to add a dependency on jQuery Update.

TomDude48’s picture

I actually went and changed the function to one that is compatible with older versions of jQuery. Alpha 3 now works without upgrading jQuery.

TomDude48’s picture

Status: Active » Needs review
Poieo’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm this resolved the issue.

  • TomDude48 committed f2d1af9 on 7.x-2.x
    fixed issue #2108227, fixed index not found notices