Closed
Bug 585806
Opened 15 years ago
Closed 15 years ago
[k] Invalid category raises 500 error
Categories
(support.mozilla.org :: Questions, task)
support.mozilla.org
Questions
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 584954
People
(Reporter: paulc, Unassigned)
Details
STR:
1. Go to: https://support.mozilla.com/en-US/questions/new?product=sync&category=%uFF09
Expected:
No category chosen yet.
Actual:
500 error.
Stack trace:
Traceback (most recent call last):
File "/data/virtualenvs/kitsune/src/django/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/support.mozilla.com/kitsune/apps/questions/views.py", line 121, in new_question
deadend = category.get('deadend', False)
AttributeError: 'NoneType' object has no attribute 'get'
| Reporter | ||
Comment 1•15 years ago
|
||
</ignorance>
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•