Closed
Bug 588134
Opened 15 years ago
Closed 15 years ago
Traceback deleting a collection
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
addons.mozilla.org Graveyard
Collections
Tracking
(Not tracked)
VERIFIED
FIXED
5.11.8
People
(Reporter: stephend, Assigned: jbalogh)
References
()
Details
I used TamperData to null out the CSRFmiddleware token on a https://preview.addons.mozilla.org/he/firefox/collections/stephend/hammer/delete operation, and got a traceback.
| Assignee | ||
Comment 1•15 years ago
|
||
File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/db/backends/mysql/base.py", line 86, in execute
return self.cursor.execute(query, args)
File "/usr/lib/python2.6/site-packages/MySQLdb/cursors.py", line 173, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1054, "Unknown column 'collection_recommendations.id' in 'field list'")
Summary: Missing CSRFmiddleware token throws a traceback → Traceback deleting a collection
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → jbalogh
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•15 years ago
|
||
Verified FIXED; the blank page on return-from-delete is, as Jeff points out, covered by bug 588214
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•