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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kenorb’s picture