Ticket #354 (closed defect: needs testing)
google map key warning
Reported by: | ed | Owned by: | jim |
---|---|---|---|
Priority: | critical | Milestone: | Phase 5 |
Component: | Drupal modules & settings | Keywords: | |
Cc: | Estimated Number of Hours: | 0.0 | |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0.45 |
Description (last modified by jim) (diff)
"This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/signup.html."
Happens randomly.
Change History
comment:2 Changed 5 years ago by jim
- Add Hours to Ticket changed from 0.0 to 0.1
- Status changed from new to accepted
- Total Hours changed from 0.0 to 0.1
- Description modified (diff)
- Summary changed from google map problems again to google map key warning
Works for me...
This an intermittent issue... I've seen it happen briefly then be fine on both HTTPS and normal.
This could be to do with the patch I added to handle two separate keys for http and https... Will need debugging, and I'll get to it very soon.
comment:3 Changed 5 years ago by jim
- Add Hours to Ticket changed from 0.0 to 0.1
- Total Hours changed from 0.1 to 0.2
Views caching probably the cause, will need to remove rendered or all caching for these views.
Testing on stories...
comment:4 Changed 5 years ago by jim
- Add Hours to Ticket changed from 0.0 to 0.25
- Status changed from accepted to closed
- Resolution set to needs testing
- Total Hours changed from 0.2 to 0.45
I've now made all the map views I could find cache only their data, not the rendered output - which potentially bakes the wrong Gmap API key in and causes the error.
So this is fixed, barring testing.
this seems only to be on stories - something to do with panels. needs fixing.