Closed
Bug 438938
Opened 16 years ago
Closed 16 years ago
Update to correct Google Maps API key on /contact.html
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: xb95)
References
()
Details
Since the merge from the 3.0 branch to trunk, https://www-trunk.stage.mozilla.com/en-US/about/contact.html needs its Google Maps API key updated.
Flags: blocking-firefox3?
Comment 1•16 years ago
|
||
Wil, does trunk have the API key set in the config file?
Comment 2•16 years ago
|
||
I think the API key should be:
ABQIAAAAJxF9iCN32uVbCYVf9GYBZRR47t7R1oHohFx0gayQC_gitAXJnxSphNGrLLbOUsWrFdLjZtYlFsa2cg
That said, I don't have access to the config file - this is an IT bug.
This API key will have to be added to the config of trunk, stage, and production. Adding it early wouldn't hurt. Look at /includes/config.inc.php-dist for the format.
Assignee: steven → server-ops
Component: www.mozilla.com → Server Operations: Web Content Push
Flags: blocking-firefox3?
Product: Websites → mozilla.org
QA Contact: www-mozilla-com → justin
Version: unspecified → other
Comment 3•16 years ago
|
||
(In reply to comment #2)
> That said, I don't have access to the config file - this is an IT bug.
Er, what am I supposed to do?
Severity: critical → major
Comment 4•16 years ago
|
||
look at /includes/config.inc.php for the trunk, stage, and production copies of mozilla.com. If there isn't a line like:
$config['gmap_api_key'] = 'ABQIAAAAJxF9iCN32uVbCYVf9GYBZRR47t7R1oHohFx0gayQC_gitAXJnxSphNGrLLbOUsWrFdLjZtYlFsa2cg';
in the file, add it near the bottom. http://svn.mozilla.org/projects/mozilla.com/trunk/includes/config.inc.php-dist is the -dist config file in SVN where the new stuff is. We're going to have to file this bug for the search too.
Comment 5•16 years ago
|
||
Updating to critical. This is blocking further testing - we need this to finish verifying the pages by tonight. I'm around if you need help.
Severity: major → critical
Assignee | ||
Comment 6•16 years ago
|
||
Done on trunk.
Can you tell me what URL is used for testing "staging" (as this is www-trunk.stage I'm confused) so I can get that done too?
Dropping the severity since I think only the www-trunk version was the one that was blocking testing. If the other two are blocking anything, please feel free to re-up to critical/blocker.
Assignee: server-ops → mark
Severity: critical → major
Comment 7•16 years ago
|
||
https://www.authstage.mozilla.com/en-US/ is the latest stage url. Thanks for getting trunk, that was the big one right now
Assignee | ||
Comment 8•16 years ago
|
||
Stage and production done. Tested on stage. Please reopen if there are any issues.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•16 years ago
|
||
I can access https://www.authstage.mozilla.com/en-US/about/contact.html and https://www-trunk.stage.mozilla.com/en-US/about/contact.html; both give me the Google Maps API functionality without any warning, either.
Verifying as FIXED.
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•