Closed
Bug 1190212
Opened 10 years ago
Closed 10 years ago
MDN Localized page not working !!
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ancon, Unassigned)
References
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug])
Attachments
(1 file)
|
50.28 KB,
image/jpeg
|
Details |
What did you do?
================
1. I goto this localized site
2. I found Error
3. Here is the link : https://developer.mozilla.org/bn-BD/docs/Web/Apps/Developing/Manifest
What happened?
==============
1. I goto this localized site
2. I found Error
3. here is the link : https://developer.mozilla.org/bn-BD/docs/Web/Apps/Developing/Manifest
What should have happened?
==========================
it should be open either localized page or default (en-US) page. But i found error(Not Found)
Is there anything else we should know?
======================================
| Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Please provide steps to reproduce the problem - I have no idea how you found that link so far. :)
Flags: needinfo?(anconpaul1)
Comment 3•10 years ago
|
||
1. Go to en-US : https://developer.mozilla.org/en-US/docs/Web/Apps/Developing/Manifest
2. Open the languages menu
3. Click on bn-BD link (to https://developer.mozilla.org/bn-BD/docs/Web/Apps/Developing/Manifest
-> Bug happens.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 4•10 years ago
|
||
when i go to en-US https://developer.mozilla.org/en-US/docs/Web/Apps/Developing/Manifest
and then select languages menu and click on bn-BD ( https://developer.mozilla.org/bn-BD/docs/Web/Apps/Developing/Manifest)
then bug happens.
then I found the error message like screenshot i provided.
Flags: needinfo?(anconpaul1)
Comment 5•10 years ago
|
||
Adding this to dev inbox for analysis -- it may be a minor bug but we don't know what's going on.
Severity: normal → major
Keywords: in-triage
| Reporter | ||
Comment 6•10 years ago
|
||
why there is no update in this bug ?
Comment 7•10 years ago
|
||
Paul, the triage of this bug happened last Friday, it has been marked as major (at least until the analysis is done). The analysis is likely to happen next week and the result will be posted here.
Comment 8•10 years ago
|
||
I've got a fix for this - for some reason some code that tries to render SEO description for a page bubbles up a 404 if it can't find the *root* page to append to the page title.
Since it only affects the title that the doc renders, I'm changing the code to catch that error and just render the title without appending the root title string. Just need to write a test for it and I'll send PR.
Comment 9•10 years ago
|
||
Sent https://github.com/mozilla/kuma/pull/3413. Fix may not land on prod until Monday though. :/
| Reporter | ||
Comment 10•10 years ago
|
||
Thank you Crouch. i hope it will be fixed very soon.
Comment 11•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/356032ab82bea4248977d255820a9a5f8652dc4f
fix bug 1190212 - no 404s from parent seo title
https://github.com/mozilla/kuma/commit/43ff13e55164e4e23da39548941f211457f7ac52
Merge pull request #3413 from mozilla/seo-parent-404s-1190212
fix bug 1190212 - no 404s from parent seo title
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 12•10 years ago
|
||
Thank you guys for your hard work. But i think this not fixed yet.
Check :
Go here : https://developer.mozilla.org/en-US/Apps/Build/Manifest
then Select Language (bn-BD)
it will go here https://developer.mozilla.org/bn-BD/docs/Web/Apps/Developing/Manifest
and you will see "Not Found" message Like before ..
Comment 13•10 years ago
|
||
Sorry Bolaram - we haven't pushed this fix out yet. :( http://mzl.la/mdn-deployment-backlog
It should go out today or tomorrow.
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•