Re: Reviewboard 1.7 broke my site

2013-01-07 Thread flash
I have the same problem Here is my apache config VirtualHost *:80 ServerName review. DocumentRoot /var/www/review./htdocs # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias /

Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
Hi Lee, Did you follow the steps to include the directive for /static/ on your site? Can you show me your Apache configuration for the site, and also one of the URLs it's trying to access in the page? Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
Here is my apache config: VirtualHost *:80 ServerName mobile-dev DocumentRoot /var/www/mobile.reviews/htdocs # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias /reviews

Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
rb-site explained it during upgrade, and the Manual Updates page should have told you what to do as well. It would have required that you run an rb-site manage command to mark it as fixed, but that should only be done after you make the change. Basically, go in your Apache config for the site,

Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
Okay, there's your problem. The Alias /static should, in your case, be Alias /reviews/static. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 17, 2012 at 3:07 AM, Lee Laborczfalvi

Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
Ah thanks that did it. Thank you so much for your help. Reviewboard is an awesome product and my team has benefited enormously from your hard work. Lee On Monday, December 17, 2012 12:08:07 PM UTC+1, Christian Hammond wrote: Okay, there's your problem. The Alias /static should, in your

Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
Thanks Lee! I'm glad it's working for you :) Please let me know if you run into any other issues. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 17, 2012 at 3:15 AM, Lee Laborczfalvi