Can you check the Apache error logs and see which directory it's trying to
find those files in? There should be some File Not Found errors.

This was an installation that worked before? It was just an upgrade? If so,
did you run rb-site upgrade on it?

If that's not it, then it's possible your media path is just incorrectly
set. Try logging into http://example.com/reviewboard/admin/, navigate to
Settings, and seeing what the media path is. You won't have CSS during this,
but it should still work.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Oct 25, 2010 at 5:44 AM, Ole Johnny Rosendahl <
ole.johnny.rosend...@gmail.com> wrote:

> Hi,
>
> I've been browsing though the reviewboard mailing list and I've found
> may posts about the same as mine. I have currently  run a 1.5
> installation upgraded from 1.09.
>
> I'm running apache 2.2.7 with mod_wsgi-3.3 and here is my
> configuration files
>
> --- apache.conf ---
> WSGIScriptAlias /reviewboard /var/www/example.com/reviewboard/htdocs/
> reviewboard.wsgi
>
> <Location "/reviewboard/media">
>        SetHandler None
> </Location>
>
> <Location "/reviewboard/errordocs">
>        SetHandler None
> </Location>
>
> <Directory "/var/www/example.com/reviewboard/htdocs">
>        AllowOverride All
> </Directory>
>
> Alias /reviewboard/media "/var/www/example.com/reviewboard/htdocs/
> media"
> Alias /reviewboard/errordocs "/var/www/example.com/reviewboard/htdocs/
> errordocs"
>
> --- settings_local.py ---
>
> # Cache backend settings.
> ...
> CACHE_BACKEND = 'file:///tmp/reviewboard_cache'
>
> # Extra site information.
> SITE_ID = 1
> SITE_ROOT = '/reviewboard/'
> FORCE_SCRIPT_NAME = ''
> DEBUG = False
> ...
>
> I got the site running by settting SITE_ROOT="" and
> FORCE_SCRIPT_NAME="/reviewboard" which is the recommended settings for
> lighttpd, the only problem is that the javascript stopes working, I
> get the "NOT FOUND" message for every retry.
>
> I know there are many of you with the same problem, could you please
> share you experience?
>
> thanks.
>
>
> --
> 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<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