Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 28 guests online

Affiliates



Community Forums

NOTE: Subscribers, please post in the SUBSCRIBER FORUMS - NOT IN THE COMMUNITY FORUMS

homepost replythreaded viewruleshelp
 
monoxilio
Fresh Boarder
 
"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.

helenako
Senior Boarder
 
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.

support
Admin
 
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.

helenako
Senior Boarder
 
Re:"GMaps Nearby Users" Map - Problem SOLVED - 2008/08/04 04:56
Code:

 debuginside getMapUserTab debuggetting profile for 62 debugprofile privacy setting N debugisGeocodeRequired 1 debuggeocodeEnabled 1 debuggeocoding is required debugusername admin debugprofile valuesmyCity - debugcolumns cb_citycb_countrycb_latitudecb_lonigtudecb_geocodedate debugProfile InfoLatitudexyxyx.xyxyxyxy Longitudeyx.xyxyyxyxy debugUpdating profile latitude/longitudedebugisMappable 1 debugprofile is mapable debugreturning content (Length 2012) debugprivacy value is debuggeocoding is required debugusername admin debugprofile valuesMycity - debugcolumns cb_citycb_countrycb_latitudecb_lonigtudecb_geocodedate debugcanGeocode yes debugProfileID 62 Geocode Value mystreet.+4+mycity+mystate+myzip+ debugresponse was returned debugProfileID 62 Latitudexy.xyxyxyx Longitudexy.xyxyxyxyx debugProfile InfoLatitudexy.xyxyxyxy Longitudexy.xyxyxxy debugUpdating profile latitude/longitudedebug: (findNearbyProfilesGeocode Enabled 1 debug: (findNearbyProfilesRadius value 1000debug# of nearby users (before privacy check) = 0



hi there, here is the debug info


The administrator has disabled public write access.

support
Admin
 
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.