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 wrote: > Christian, > > That was a great idea, I found the issue : the setting in the database >

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() >>> pr

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 th

Re: Folder creation while uploading screenshots

2010-03-08 Thread hschnit
Christian, I had that setting already turned on (and restarted Apache many times since then). The output is what you see in the Logs that I attached previously. Since I had an older version, I tried to disable logging, restart apache, reenable logging, restart apache; Then try to upload a screensho

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 Thu

Re: Folder creation while uploading screenshots

2010-03-04 Thread hschnit
Thank for the suggestion Christian. I tried it without success. I did just upgrade from 0.9 to 1.5B1 though. Is there a way to get more debugging info ? On Mar 3, 6:41 pm, Christian Hammond wrote: > One thing you might want to try, as I hit this once myself. Go into the > settings and the File St

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 up

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. Th

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. - http://www.vmware.com