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. That should have turned on
the Django debugging output, right?
Is there something else I can set that would give me a more verbose
output ?

-Herve


================== LOGS ===================

RB Log
-----------
2010-03-02 16:29:19,340 - INFO - Logging to /var/www/html/reviewboard/
logs/reviewboard.log with a minimum level of DEBUG
2010-03-02 16:29:19,340 - INFO - Log file for Review Board v1.5 beta 1
(PID 21393)


Apache Error Log
---------------------------
[Tue Mar 02 16:29:18 2010] [notice] mod_python: (Re)importing module
'django.core.handlers.modpython'
2010-03-02 16:29:19,340 - INFO - Logging to /var/www/html/reviewboard/
logs/reviewboard.log with a minimum level of DEBUG
2010-03-02 16:29:19,340 - INFO - Log file for Review Board v1.5 beta 1
(PID 21393)
[Tue Mar 02 16:29:20 2010] [error] [client 10.64.175.69] File does not
exist: /var/www/html/reviewboard/htdocs/media/uploaded/images/2010/03,
referer: http://...
[Tue Mar 02 16:29:27 2010] [error] [client 10.64.175.69] File does not
exist: /var/www/html/reviewboard/htdocs/media/uploaded/images/2010/03,
referer: http://...
[Tue Mar 02 16:36:04 2010] [error] [client 10.64.175.69] File does not
exist: /var/www/html/reviewboard/htdocs/media/uploaded/images/2010/03,
referer: http://...







On Mar 2, 5:33 pm, Christian Hammond <chip...@chipx86.com> wrote:
> 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
>
> On Tue, Mar 2, 2010 at 2:30 PM, hschnit <herve.schnitz...@gmail.com> wrote:
> > 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 /var/www/html/reviewboard/htdocs/media/uploaded/images is
> > writable by all (777) for the purpose of debugging permissions.
> > I can import PIL (1.1.6) properly from python.
>
> > What I see is that I don't get any errors while uploading the
> > screenshots but the upload folders YY/mm/dd are not getting created.
> > The screenshot therefore doesn't display on the review request since
> > the images are not present in the 'uploaded' folder.
>
> > Does anyone has some pointer to where to look ?
> > What module is responsible for creating those folders ? PIL? RB?
>
> > Thanks,
> > -Herve
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~----------~----~----~----~------~----~------~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to