Closed
Bug 647350
Opened 15 years ago
Closed 15 years ago
[kitsune] Can't view image gallery, upload images or view images
Categories
(support.mozillamessaging.com Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rolandtanglao, Assigned: gozer)
References
Details
After the SSL fixes, can't view image gallery and upload images.
e.g.
Steps to reproduce:
1. viewing image gallery bug
view any image
e.g. https://stage-kitsune.mozillamessaging.com/en-US/gallery/image/1234
BUG: "Oh, no! It looks like an unexpected error occurred. We've already notified the site administrators. Please try again now, or in a few minutes."
2. upload image bug:
i) https://stage-kitsune.mozillamessaging.com/en-US/gallery/images
Click "browse" and select an image
BUG: uploading never completes
| Reporter | ||
Comment 1•15 years ago
|
||
oops in fact all images are broken
e.g. images don't display in this article:
https://stage-kitsune.mozillamessaging.com/en-US/kb/message-tabs
Assignee: nobody → gozer
| Reporter | ||
Updated•15 years ago
|
Summary: [kitsune] Can't view image gallery and upload images → [kitsune] Can't view image gallery, upload images or view images
| Assignee | ||
Comment 2•15 years ago
|
||
Side-effect of migration to sancus's fork of kitsune. Fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
If you don't have it, add an ADMINS setting to settings_local.py, and when errors like that occur you'll be emailed a detailed traceback to help diagnose:
ADMINS = (
('name', 'email@address'),
('name2' 'email@address2'),
)
You need to log in
before you can comment on or make changes to this bug.
Description
•