Re: Unable to upload screenshots

2012-10-21 Thread Christian Hammond
Hy Chris, Good information, thanks for digging! That is strange. Glad to know Pillow worked (I'd love to see it replace PIL entirely), but I wish I knew why zlib couldn't be found. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: Unable to upload screenshots

2012-10-19 Thread Chris Clark
Yet more info, please excuse the top post. We hit this again (reviewboard 1.6.11 silently does not create thumbnails now, rather than raising an error). I think I have a better handle on why thesimple test works and yet Django/Reviewboard fails. Image.open() doesn't do anything interesting. It

Re: Unable to upload screenshots

2012-06-14 Thread Casey
Wow. This actually worked for me. Thanks! On Monday, October 24, 2011 3:29:59 PM UTC-6, Chris Clark wrote: Thilo-Alexander Ginkel wrote: On Mon, Feb 14, 2011 at 23:01, Christian Hammond chip...@chipx86.com wrote: I don't believe they're stored temporarily anywhere. If so, it's

Re: Unable to upload screenshots

2011-10-24 Thread Chris Clark
Thilo-Alexander Ginkel wrote: On Mon, Feb 14, 2011 at 23:01, Christian Hammond chip...@chipx86.com wrote: I don't believe they're stored temporarily anywhere. If so, it's internal to Django and I don't know it off-hand. The only thing I've ever seen permission-wise is when there's a

Re: Unable to upload screenshots

2011-02-16 Thread Thilo-Alexander Ginkel
On Mon, Feb 14, 2011 at 23:01, Christian Hammond chip...@chipx86.com wrote: I don't believe they're stored temporarily anywhere. If so, it's internal to Django and I don't know it off-hand. The only thing I've ever seen permission-wise is when there's a directory within media/uploaded that

Re: Unable to upload screenshots

2011-02-14 Thread Christian Hammond
I don't believe they're stored temporarily anywhere. If so, it's internal to Django and I don't know it off-hand. The only thing I've ever seen permission-wise is when there's a directory within media/uploaded that doesn't have the proper write permissions for the server. Christian --

Re: Unable to upload screenshots

2010-06-27 Thread David Resnick
I somehow missed your reply until now. I'm currently at Review Board 1.0.8, with Djblets at 0.6.2. I tried it again and found that I am now able to upload GIF files -- though the first one I tried uploading failed. PNG and JPG still fail with the same The file you uploaded was either not an

Re: Unable to upload screenshots

2010-02-26 Thread Christian Hammond
What version of Djblets is on there? I believe this may now be fixed as of 0.5.6. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jan 26, 2010 at 12:55 PM, David Resnick abune...@gmail.com wrote: No,

Re: Unable to upload screenshots

2010-01-26 Thread David Resnick
No, I'm still stuck with this. -David On Tue, Jan 26, 2010 at 6:33 PM, Thilo-Alexander Ginkel th...@ginkel.comwrote: On Thu, Jan 7, 2010 at 08:34, David Resnick abune...@gmail.com wrote: Well, loading the image in PIL from the command line works. I am facing the same issue. Command line

Re: Unable to upload screenshots

2010-01-06 Thread David Resnick
Hi, I downloaded and built PIL. The build summary shows this: PIL 1.1.6 BUILD SUMMARY version 1.1.6 platform linux2 2.6.2 (release26-maint, Apr 19

Re: Unable to upload screenshots

2010-01-06 Thread David Resnick
Well, loading the image in PIL from the command line works. I'll probably have to wait on upgrading the review board server -- I don't want to risk interrupting peoples work. Thanks for your help. -David On Wed, Jan 6, 2010 at 11:14 PM, Christian Hammond chip...@chipx86.comwrote: Sort of. It

Re: Unable to upload screenshots

2009-12-06 Thread Christian Hammond
Hi David, Sorry that I missed this before. This time of year tends to be quite busy. This error is coming from Python Imaging Library. Even though the proper packages are installed on that system, it appears that PIL isn't properly loading support for the image files. It might be worth

Re: Unable to upload screenshots

2009-12-06 Thread David Resnick
Thanks for the suggestion, Christian, I'll try that. -David On Sun, Dec 6, 2009 at 1:15 PM, Christian Hammond chip...@chipx86.comwrote: Hi David, Sorry that I missed this before. This time of year tends to be quite busy. This error is coming from Python Imaging Library. Even though the

Unable to upload screenshots

2009-11-17 Thread David Resnick
When I try to upload a screenshot (png or jpg), I get the message Upload a valid image. The file you uploaded was either not an image or a corrupted image. I've tried uploading from Firefox 3.5.5 and Chrome 2.0.172.43. * Running Reviewboard 1.0.5.1 on Ubuntu 9.04 using Apache2 and mod_python. *