Closed
Bug 587218
Opened 15 years ago
Closed 15 years ago
Traceback on adding a collection with a collection icon
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.11.8
People
(Reporter: krupa.mozbugs, Assigned: clouserw)
References
()
Details
(Whiteboard: [z])
steps to reproduce:
1.create a collection with a collection icon
2.Submit the collection
observed behavior:
traceback
Comment 1•15 years ago
|
||
File "/data/amo_python/www/preview/zamboni/apps/bandwagon/views.py", line 213, in add
collection = form.save()
File "/data/amo_python/www/preview/zamboni/apps/bandwagon/forms.py", line 180, in save
os.mkdir(dirname)
OSError: [Errno 2] No such file or directory: '/uploads/addon_icons/74'
Comment 2•15 years ago
|
||
382:COLLECTIONS_ICON_PATH = UPLOADS_PATH + '/addon_icons'
Say what?
Updated•15 years ago
|
Assignee: nobody → clouserw
Comment 3•15 years ago
|
||
NETAPP_STORAGE needs to be set
Assignee | ||
Comment 4•15 years ago
|
||
This should be all fixed. And I fixed the COLLECTIONS_ICON_PATH
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•9 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
•