Closed
Bug 653598
Opened 14 years ago
Closed 14 years ago
[stage] 500 error - /about/mozilla/evan-roth
Categories
(Websites Graveyard :: markup.mozilla.org, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: mbrandt, Assigned: brez)
References
()
Details
(Whiteboard: [stage])
https://markup.allizom.org/en/about/mozilla/evan-roth/
Steps to reproduce:
1. go to https://markup.allizom.org/en/about/mozilla/
2. click on 'Evan Roth'
Actual:
- An ISE :: [15:57:36.624] GET https://markup.allizom.org/en/about/mozilla/evan-roth/ [HTTP/1.1 500 Internal Server Error 50ms]
Expected:
Is it supposed to reference this page, /about/evan-roth/?
https://github.com/mozilla/markup/blob/master/ffdemo/urls.py#L30
Comment 1•14 years ago
|
||
(In reply to comment #0)
> https://markup.allizom.org/en/about/mozilla/evan-roth/
>
> Steps to reproduce:
> 1. go to https://markup.allizom.org/en/about/mozilla/
> 2. click on 'Evan Roth'
>
> Actual:
> - An ISE :: [15:57:36.624] GET
> https://markup.allizom.org/en/about/mozilla/evan-roth/ [HTTP/1.1 500 Internal
> Server Error 50ms]
>
> Expected:
> Is it supposed to reference this page, /about/evan-roth/?
> https://github.com/mozilla/markup/blob/master/ffdemo/urls.py#L30
It is--just an error with the url, I think.
Assignee: nobody → jbresnik
Priority: -- → P2
Target Milestone: --- → 1.0
Comment 2•14 years ago
|
||
/en is not the right locale code, it should be en-US.
Fixed - if you type the above URL it *will break, please use the 'Behind the Code' link in the nav bar
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Fixed - if you type the above URL it *will break, please use the 'Behind the
> Code' link in the nav bar
Which commit? FWIW, loading https://markup.allizom.org/en-US/about/mozilla/ and clicking on "Evan Roth" under "Special Thanks" still links to https://markup.allizom.org/en-US/about/mozilla/evan-roth, which is a broken link.
Reporter | ||
Comment 6•14 years ago
|
||
This is still not working ... the 'Evan Roth' link under *Special Thanks* should link to /about/evan-roth/ not /about/mozilla/evan-roth/
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•14 years ago
|
Severity: normal → major
Reporter | ||
Comment 7•14 years ago
|
||
Comment 8•14 years ago
|
||
Comment 9•14 years ago
|
||
(In reply to comment #8)
> fixed:
> https://github.com/mozilla/markup/commit/c48bbefb36b908714a188e8bcc0da23dbdf1a80b
Thanks, Adam. I've done the following for you Bugzilla account:
"The following changes have been made to the user account adam@barbariangroup.com:
The account has been added to the canconfirm, editbugs groups."
so you should be able to mark bugs as Resolved FIXED when you land the appropriate changes, from here on out.
Reporter | ||
Comment 10•14 years ago
|
||
Bumping this to RESOLVED per comment 8.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•14 years ago
|
||
QA verified. The 'Evan Roth' link points to /about/evan-roth/
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•