|
|
"GMaps Nearby Users" Map - Problem SOLVED - 2008/07/02 09:00
dear all... I am writing this new post just to tell you I solved a problem with "GMaps Nearby Users" Map.
I'm gonna post here the details:
PROBLEMjust a question: all ok with "GMaps Map User" (1st map), but with "GMaps Nearby Users" I have a little but frustrating problem... the map does'nt show nearby users the FIRST TIME the page is loaded. I have to refresh page to obtain all markers in the map... I really don't understand this issue and I didn't find any discussion on your forum. how is it possible the first time I open user profile page, the nearby users map doesn't load them?!
and...
Chris, I checked my parameters and I really don't understand why does IT ONLY WORKS when I reload the page (pushing refresh button on IE bar) and IT DOESN'T WORK at first time. My question is: why "GMaps Nearby Users" map does it work reloading the page?! this should exclude all possible fields definitions errors, isn't true? ... thanx...
SOLUTION Chris!!! I did it! I manually modified "mapnearbyuserstab.class.php" replacing v=2 with v=2.115 and now all works. Thanks for your kind attention to my problem. See you and good work!
You'll have to manually modify all your files where v=2 appears in.
I hope this could be useful for you. Bye and good work!

Post edited by: monoxilio, at: 2008/07/02 09:05
The administrator has disabled public write access.
|
|
|
Re:"GMaps Nearby Users" Map - Problem SOLVED - 2008/07/29 04:58
doesnt work, nearby user will not be shown?!?! only myself
The administrator has disabled public write access.
|
|
|
Re:"GMaps Nearby Users" Map - Problem SOLVED - 2008/07/29 06:04
did you turn debug on (within the CB plugin config area) so that we can see the output? In most cases, the biggest issue is that a field/column name isn't entered properly.
Turn debug on and then email me the output. chris(at)firestorm-technologies.com
Chris
The administrator has disabled public write access.
|
|
|
Re:"GMaps Nearby Users" Map - Problem SOLVED - 2008/08/04 04:56
| Code: | debug: inside getMapUserTab
debug: getting profile for 62
debug: profile privacy setting = N
debug: isGeocodeRequired = 1
debug: geocodeEnabled = 1
debug: geocoding is required
debug: username = admin
debug: profile values: myCity -
debug: columns - cb_city, cb_country, cb_latitude, cb_lonigtude, cb_geocodedate
debug: Profile Info: Latitude: xyxyx.xyxyxyxy Longitude: yx.xyxyyxyxy
debug: Updating profile latitude/longitudedebug: isMappable 1
debug: profile is mapable
debug: returning content (Length = 2012)
debug: privacy value is
debug: geocoding is required
debug: username = admin
debug: profile values: Mycity -
debug: columns - cb_city, cb_country, cb_latitude, cb_lonigtude, cb_geocodedate
debug: canGeocode = yes
debug: ProfileID = 62 Geocode Value = mystreet.+4+mycity+mystate+myzip+
debug: response was returned
debug: ProfileID = 62 Latitude= xy.xyxyxyx Longitude= xy.xyxyxyxyx
debug: Profile Info: Latitude: xy.xyxyxyxy Longitude: xy.xyxyxxy
debug: Updating profile latitude/longitudedebug: (findNearbyProfiles) Geocode Enabled = 1
debug: (findNearbyProfiles) Radius value = 1000debug: # of nearby users (before privacy check) = 0
|
hi there, here is the debug info
The administrator has disabled public write access.
|
|
|
Re:"GMaps Nearby Users" Map - Problem SOLVED - 2008/08/04 20:17
I suspect that the issue is an incorrect field name spelling. Please email me on this -- chris(at)firestorm-technologies.com
The reason I think this is this debug line:
debug: Updating profile latitude/longitude
This tells me that the geocoding appeared to work correctly but the update to the profile table may have failed.
Chris
The administrator has disabled public write access.
|
|