Closed (fixed)
Project:
GMap Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2010 at 19:25 UTC
Updated:
9 Sep 2010 at 16:33 UTC
Maps showed up on some pages but not on panel pages.
After hours of troubleshooting, I had to look in Firebug to find this error:
Drupal.settings.CToolsAJAX is undefined
// Add information about loaded CSS and JS files.
485 if (Drupal.settings.CToolsAJAX.css) {
486 $.extend(Drupal.CTools.AJAX.css, Drupal.settings.CToolsAJAX.css);
487 }
Apply patch to ctools to get the map to show up: http://drupal.org/node/887812
Comments
Comment #2
kenorb commented#887812: CTools Javascript error kills IMCE Filebrowser