Re: Folder creation while uploading screenshots

2010-03-10 Thread hschnit
Christian, That was a great idea, I found the issue : the setting in the database for some reason was still pointing to the old 0.9 installation path. Here are the result for the MEDIA_ROOT values: print settings.MEDIA_ROOT /var/www/html/reviewboard/htdocs/media load_site_config() print

Re: Folder creation while uploading screenshots

2010-03-10 Thread Christian Hammond
Ah, glad that was it! Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Mar 10, 2010 at 9:09 AM, hschnit herve.schnitz...@gmail.com wrote: Christian, That was a great idea, I found the issue : the

Re: Folder creation while uploading screenshots

2010-03-09 Thread Christian Hammond
Looks like it's not seeing any problems when trying to write it... It should log it. Hard to really say then. The way you upgraded shouldn't be a problem. The only thing I can think of is that perhaps Review Board isn't pointing to the right place for media uploads, but that seems unlikely. In

Re: Folder creation while uploading screenshots

2010-03-04 Thread Christian Hammond
Oh, you had an old release. You should turn on logging in the Logging settings page. Then restart Apache to be sure it takes effect (working on that bug). Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Re: Folder creation while uploading screenshots

2010-03-03 Thread hschnit
Thanks Christian, I've looked into the Apache and the reviewboard logfiles (see below). There isn't much in them. Nothing related to the creation of the folders. There are some issues in the apache log when trying to display pictures that are not present. I had set Debug = True in the RB config.

Re: Folder creation while uploading screenshots

2010-03-03 Thread Christian Hammond
One thing you might want to try, as I hit this once myself. Go into the settings and the File Storage section. Make sure the values are what you'd expect, and then, even if they are, hit Save. Just in case, restart Apache after that. We had a problem once (maybe it's still here) where, after an

Folder creation while uploading screenshots

2010-03-02 Thread hschnit
Hi, I'm running into what I feel like is a configuration issue. I couldn't find anything relevant on the forums, maybe some of you guys already went through this. I installed the RB 1.5 beta1 version. I'm running on a RHEL5 system with Apache 2.2 and Python 2.4 The path

Re: Folder creation while uploading screenshots

2010-03-02 Thread Christian Hammond
Hi, Djblets is responsible for writing the actual image file, but it's Django that's responsible for creating those directories. Is there anything in the log file? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -