Closed
Bug 464533
Opened 17 years ago
Closed 17 years ago
Successful uploads are returning a blank page
Categories
(Websites :: communitystore.mozilla.org, defect)
Websites
communitystore.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: stephend, Assigned: rdoherty)
References
()
Details
(Keywords: regression)
Attachments
(2 files)
Right now, otherwise successful uploads to https://community-store.authstage.mozilla.com/upload are returning just a blank page.
| Assignee | ||
Comment 1•17 years ago
|
||
Aravind, is there anything in the error logs about uploads?
| Reporter | ||
Comment 2•17 years ago
|
||
| Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Created an attachment (id=347830) [details]
> Live HTTP Header output
I'm in yer headerz, stealin yer uploadz.
Comment 4•17 years ago
|
||
This is the error in the server logs.
[Wed Nov 12 12:52:12 2008] [error] [client 10.2.81.4] PHP Fatal error: Call to undefined method Upload::escape() in /data/www/community-store.authstage.mozilla.com/mode
ls/upload.class.php on line 17, referer: https://community-store.authstage.mozilla.com/upload
| Assignee | ||
Comment 5•17 years ago
|
||
Looks like we need an svn up. Should happen soon I think...
Assignee: nobody → buchanae
Target Milestone: --- → 1.0
Comment 6•17 years ago
|
||
[root@mrapp-stage02 community-store.authstage.mozilla.com]# svn up
Fetching external item into 'libs/yadbc'
External at revision 19765.
At revision 19765.
Code checked in?
| Reporter | ||
Comment 7•17 years ago
|
||
Since the SVN up, the reCAPTCHA is now printing out:
"Invalid public key. Make sure you copy and pasted it correctly."
Comment 8•17 years ago
|
||
Sorry, I had switched the pub and pvt keys. Please try now.
| Reporter | ||
Comment 9•17 years ago
|
||
(In reply to comment #8)
> Sorry, I had switched the pub and pvt keys. Please try now.
That's fixed; https://community-store.authstage.mozilla.com/colorchooser is now giving me the same blank-page behavior as /upload -- separate bug?
Comment 10•17 years ago
|
||
That svn up earlier didn't fetch anything, we probably need to check in code first :)
| Assignee | ||
Comment 11•17 years ago
|
||
(In reply to comment #9)
> (In reply to comment #8)
> > Sorry, I had switched the pub and pvt keys. Please try now.
>
> That's fixed; https://community-store.authstage.mozilla.com/colorchooser is now
> giving me the same blank-page behavior as /upload -- separate bug?
Not sure what's going on here. This only happens during the non-ajax flow, correct?
| Assignee | ||
Updated•17 years ago
|
Assignee: buchanae → rdoherty
| Assignee | ||
Comment 12•17 years ago
|
||
Aravind, any chance the logs could be auto-synced somewhere we could access them? Then we could debug this without bugging you :)
| Reporter | ||
Comment 13•17 years ago
|
||
Odd; last night, when I posted that comment, /upload was taking me to /colorchooser after uploading an image. I no longer get that, and instead remain on https://community-store.authstage.mozilla.com/upload with the broken/unimplemented design/design by: content (which I thought was taken care of by bug 461446; are the files not being synchronized from SVN, a la comment 6?)
Assignee: rdoherty → buchanae
| Reporter | ||
Updated•17 years ago
|
Assignee: buchanae → rdoherty
| Assignee | ||
Comment 14•17 years ago
|
||
(In reply to comment #13)
> Odd; last night, when I posted that comment, /upload was taking me to
> /colorchooser after uploading an image. I no longer get that, and instead
> remain on https://community-store.authstage.mozilla.com/upload with the
> broken/unimplemented design/design by: content (which I thought was taken care
> of by bug 461446; are the files not being synchronized from SVN, a la comment
> 6?)
The javascript on flow will keep you on /upload. Non-javascript users see /colorchooser when they pick their color and submit after uploading.
Files are being pulled from svn automatically. Can you upload a screenshot of the broken/unimplemented design/design by: content?
| Reporter | ||
Comment 15•17 years ago
|
||
| Reporter | ||
Comment 16•17 years ago
|
||
I can understand that in the case of "I would like to remain anonymous", the "Design by:" attribution remains blank, but perhaps it would be nice to mark it as anonymous in some way (so it doesn't look like a bug).
Clearly, though, that my uploaded image (http://blog.wired.com/cars/images/2007/10/03/08_lexus_is_f_nm_02.jpg) isn't showing up there is a bug.
| Assignee | ||
Comment 17•17 years ago
|
||
(In reply to comment #16)
> I can understand that in the case of "I would like to remain anonymous", the
> "Design by:" attribution remains blank, but perhaps it would be nice to mark it
> as anonymous in some way (so it doesn't look like a bug).
Just fixed this.
> Clearly, though, that my uploaded image
> (http://blog.wired.com/cars/images/2007/10/03/08_lexus_is_f_nm_02.jpg) isn't
> showing up there is a bug.
Yep, that's a bug. Still working on it :)
| Assignee | ||
Comment 18•17 years ago
|
||
Aravind, the sql in the file install.sql is up to date, looks like the community store db needs to be re-loaded. There isn't anything in there now, so it's ok to blow it away.
| Assignee | ||
Comment 19•17 years ago
|
||
reassigning to Aravind per comment 18
Assignee: rdoherty → aravind
| Assignee | ||
Comment 21•17 years ago
|
||
Just tested, works :) Thanks Aravind!
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 22•17 years ago
|
||
Verified FIXED on https://community-store.authstage.mozilla.com/upload.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•