Closed (fixed)
Project:
Geobrowser
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Oct 2007 at 19:29 UTC
Updated:
5 Feb 2008 at 05:31 UTC
paths appear to be wrong in browser.php
They all assume "modules/geobrowser" while most people put their modules in "sites/all/modules"
Should consider using drupal_get_path('module', 'geobrowser') so it doesnt matter where the module is placed.
I did manually change the paths but still received this error on load.
TypeError: Value undefined (result of expression this.xmlDoc.load) is not object.
Didn't really look into that one. I'll report back if I can figure out whats causing that for me.
Great module by the way! Looking forward to seeing where this goes.
Comments
Comment #1
phayes commentedFixed the paths. Thanks for the drupal_get_path trick.
If you find any more about the this.xmlDoc.load error (I can replicate it) could you post a new issue?
Cheers,
Patrick
Comment #2
saint65 commentedFantastic script, would love to see how to implement the layers properly.
Anyway I found after the patches 1.1>1.2, 1.2>1.3, 1.3>1.4, icons etc i had already copied the "files_to_copy" to drupal_dir/files, and then i changed
around line 329
to
I have not worked out why the base_path was not working out.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
chrisada commentedI still find that I need to make the changes saint65 did in #2 in order to get the images to appear in Firefox.
Comment #5
phayes commentedThere are also issues with the file copy code in the install file
Comment #6
phayes commentedfixed it
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.