Closed
Bug 753151
Opened 14 years ago
Closed 14 years ago
[webmaker] 404 page doesn't work, throws a 500 Internal Server Error, instead
Categories
(Websites :: donate.mozilla.org, defect)
Websites
donate.mozilla.org
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 753149
People
(Reporter: stephend, Assigned: boozeniges)
References
()
Details
The 404 page isn't working, and instead returns a 500:
[15:27:33.907] GET https://make-dev.mozillalabs.com/en-US/events/fjskl/ [HTTP/1.1 500 INTERNAL SERVER ERROR 59ms]
| Assignee | ||
Comment 1•14 years ago
|
||
The problem here is that we're not correctly catching the URL variables and throwing a 404 when their is nothing in the DB to match against.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•14 years ago
|
||
Thx; verified dupe. Is there a way we can get access to the stack traces? Is this a Python/Django app?
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•