Closed (won't fix)
Project:
GMap Module
Version:
5.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jun 2008 at 20:03 UTC
Updated:
26 Jun 2008 at 15:42 UTC
Into file gmap.module at line 205 please change:
drupal_add_js($gmap_path .'/thirdparty/Clusterer2.js');
to
drupal_add_js($gmap_path .'/thirdparty/clusterer2.js');
Whit Uppercase C i recive page 404 (if file is called Clusterer2.js or clusterer2.js I alwais recive error), if i change line 205 all work fine (Apache 2.2 on windows system).
Bye
Mavimo
Comments
Comment #1
bdragon commentedIt's gotta be a caching problem.. I'm not going to commit a fix that will break everyone else's site.