404 on: [site_url]/maps?stat_m=tiles:XXX on map load

smitty - February 9, 2009 - 09:08
Project:GMap Module
Version:6.x-1.1-rc1
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

When adding a node I get a watchdog warning:

Type: page not found
Location: http://www.mydomain.de/maps?stat_m=tiles:91,92,92,92,92,92,93,93,93,93,9...
Referrer: http://www.mydomain.de/node/add/location
Message: maps
Severity: warning

Could anybody give me a hint, what could cause this warning?

#1

attiks - February 18, 2009 - 15:31

Same here but with version 6

Gebruiker Anonymous
Lokatie .../maps&stat_m=tiles:234,234,235,250,250,250,266,266,266,266,469,500,516,547,625,641,641
Doorverwijzer .../nl/shop/jbc-korbeek-lo
Bericht maps

And also no clue, I can not reproduce it

#2

bdragon - February 24, 2009 - 17:17

My guess would be google maps getting confused and attempting to load tiles off of the page instead of google's servers.

Possibly some bad interaction in ajax code?

#3

attiks - February 25, 2009 - 06:29

I guess it's some bad ajax calls, or maybe browser related, the problem is that up till now i'm unable to reproduce it

#4

smitty - February 25, 2009 - 12:57

The problem seems to have disappeared. Could it be that it was a malfunction on the Google side?

#5

bdragon - February 25, 2009 - 16:22

Yeah, it's hard to reproduce. I think it's a race condition in google maps' ajax code and jquery. Fighting over the document domain or whatever.

#6

YesCT - April 16, 2009 - 08:03
Status:active» closed

#7

smitty - June 18, 2009 - 07:40
Status:closed» active

I am getting those errors again:

Type: page not found
Location: http://www.mydomain.de/maps?stat_m=tiles:56,56,57,58,60,60,61,61,62,62,6...
Referrer: http://www.mydomain.de/node/add/location
Message: maps
Severity: warning

#8

dkaswan - June 25, 2009 - 09:32

Getting same error with D6 :(

#9

orianasarac - June 26, 2009 - 21:46
Version:5.x-3.0» 6.x-3.0

I have similar problem with D6. I do see numerous (99% of my logs entries!) 'page not found' warnings in my logs. It seems to happen during view node on the Google maps. I was able to 'reproduce' it by just playing with the Google map. I am not sure what exactly does create the problem, but it happens during the normal poking on the map: clicking on nodes or on map itself. The user does not experience 'page not found' - only warning message is logged. This is not a problem from the user perspective, but I am concerned with the number of warning entries in the log file. I may skip some more important warnings.

#10

herb - June 29, 2009 - 00:25

Same here... I get it with Location 6.x-3.1-rc1 on every page that has a Location Map block in the content. Since 90% of my site has Location Maps, I'm getting a warning with almost every page view.

#11

leobaby - June 29, 2009 - 05:34

Same error here with drupal 5 and Location Map block in the content block.

#12

Buffer2k - July 1, 2009 - 13:39

same error here.

it spams my watchdog

#13

jimkont - July 3, 2009 - 15:45

using firebug i got this...
i hope it helps

GET http://localhost/maps?stat_m=tiles:109,110,112,114...16,117,119,120,122,...
301 Moved Permanently 607ms

GET http://localhost/el/maps?stat_m=tiles%3A109%2C110%...22%2C124%2C125%2C12...
404 Not Found 999ms

since i'm not so familiar with drupal system
i think there are 2 possibilities
1) the redirection causes the problem
2) the first call is wrong and caused by an ajax call as mentioned above

#14

attiks - July 3, 2009 - 19:45

I checked with firebug as well, i don't see the redirect, I guess it"s related to running a multilingual site?

I only get the errors after interacting with the map, zoom, pan and allways as the last request, so it's possible that it's some kind of (deprecated) callback?

PS: I searched my modules dir for stat_m but i didn't find a thing

#15

Steven Jones - July 6, 2009 - 17:18
Project:Location» GMap Module
Version:6.x-3.0» 6.x-1.1-rc1
Category:support request» bug report

I think this issue is with the Google Maps API and GMap rather than location module.

We're getting the same error. There is some code in google's javascript that gets loaded in that tries to load up a straight /maps?stat_m=tiles:blah blah...

There's not much on the internet about the error either.

#16

Steven Jones - July 6, 2009 - 17:19
Title:Watchdog warning: page not found» 404 on: [site_url]/maps?stat_m=tiles:XXX on map load

Set a better title

#17

thewass - July 16, 2009 - 13:27

I also have this problem, running Drupal 6.12 and have a gmap embedded in a block. I think i also have the jQuery update installed if that helps anyone

 
 

Drupal is a registered trademark of Dries Buytaert.