Closed (fixed)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2007 at 23:33 UTC
Updated:
27 Aug 2007 at 23:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
spooky69 commentedNobody?
Comment #2
bdragon commentedhttp://drupal.org/node/125001
When this is in, I'm going to delete the sections of gmap_location.module that deal with saving users, as it is broken.
Comment #3
spooky69 commentedDoes that mean users will not be able to add their locations and that a user map will no longer be available? I do hope that this will not be the case!
Comment #4
bdragon commentedNo, it means that Location will be responsible for user lat/lon coordinates instead of GMap. Location will still use gmap to get the coordinate chooser, and Gmap will stop writing into the location table directly.
Comment #5
spooky69 commentedSuper - I was about to have a heart attack before you clarified ;-) I don't suppose you have any idea when this is likely to be implemented? I also presume this will require and update of both gmap and location modules?
Comment #6
spooky69 commentedHi,
I note new releases of this module. Have these fixed anything to do with this issue. If not, should the patch noted in the above link for the location module be applied and then the gmap module updated? Will this course of action fix this issue?
-- www.inventionmail.com --
Comment #7
spooky69 commentedIs this issue resolved as yet?
Comment #8
Lausch commentedthe bug is not fixed yet!
i found the system how the bug works. maybe it helps to fix the problem:
if you edit your account and switch to the location map and save, than it will work.
anytime you edit the account without save the settings on the location map tab, the account settings will change the geo settings to 0
hope anyone can fix this bug.
it is buggy since month...
greets
Lausch
Comment #9
sikjoy commentedSo If I apply the patch mentioned in Update #2 to the location module. What corresponding changes need to be made to gmap_location?
Comment #10
sikjoy commentedHere is a patch for this bug. Apply to gmap_location.module. I have tested it on my server, but others should double check it before putting it on a production server.
Comment #11
bdragon commentedComment #12
bdragon commentedOK, the real fix is to not attempt to act on update / insert every time, but ONLY when the category is gmap_user.
Wrapped the insert/update case in a category check and committed to DRUPAL-5.
Comment #13
(not verified) commented