Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
I just did an upgrade from 1.6.14 to 1.7 and no styles are present. Only text is being shown and none of the styles are being applied. I followed the steps on upgrading the reviewboard installation and then upgrading the site, restarted apache2, mysql and memcached yet the styles are not being

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 - http://www.reviewboard.org

Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
Hi Christian thanks for your reply - regarding the /static directive where can I read about that? thanks Lee On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote: > > Hi Lee, > > Did you follow the steps to include the directive for /static/ on your > site? Can you show me yo

Re: Reviewboard 1.7 broke my site

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

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, fin

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 wrote: > Here is

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 ca

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 wrote: > Ah

ReviewBoard 1.7 getting the error

2012-12-17 Thread maris
Hi, We install 1.7 stable version in linux. When we are add the Repository we got the error below. kindly help us to resolve the issue... AttributeError at /admin/db/scmtools/repository/1/ 'NoneType' object has no attribute 'get_name' Request Method: GET Request URL: http://localhost/

Re: ReviewBoard 1.7 getting the error

2012-12-17 Thread Christian Hammond
How did you do the upgrade? It looks like you're missing the definitions for all the SCMTools (used to talk to repositories). Did you use pip? If so, pip doesn't support everything we need. Use easy_install. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewbo

Re: ReviewBoard 1.7 getting the error

2012-12-17 Thread maris
Hi, We used easy_install -U ReviewBoard-1.7-py2.7.egg and then upgraded the site using rb-site upgrade. On Monday, 17 December 2012 04:03:26 UTC-8, Christian Hammond wrote: > > How did you do the upgrade? It looks like you're missing the definitions > for all the SCMTools (used to talk to re

Re: ReviewBoard 1.7 getting the error

2012-12-17 Thread maris
This is the full trace AttributeError at /admin/db/scmtools/repository/1/ 'NoneType' object has no attribute 'get_name' Request Method: GET Request URL: http://localhost/admin/db/scmtools/repository/1/ Django Version: 1.4.3 Exception Type: AttributeError Exception Value: 'NoneType' ob

500 while adding repository

2012-12-17 Thread Shibashish
ActivePython-2.7 CentOS 5.8 ReviewBoard 1.7 Kindly help ! 2012-12-17 16:30:44,007 - ERROR - Exception thrown for user admin at http://reviewb.example.com/admin/db/scmtools/repository/add/ 'NoneType' object has no attribute 'get_name' Traceback (most recent call last): File "/opt/ActivePython-

Re: 500 while adding repository

2012-12-17 Thread kvr
Same error we are also facing .. On Monday, December 17, 2012 10:06:34 PM UTC+5:30, Shib S wrote: > > ActivePython-2.7 > CentOS 5.8 > ReviewBoard 1.7 > > Kindly help ! > > > 2012-12-17 16:30:44,007 - ERROR - Exception thrown for user admin at > http://reviewb.example.com/admin/db/scmtools/reposi

Re: 500 while adding repository

2012-12-17 Thread Christian Hammond
Ah, from the original traceback it looked like the kind of issue caused by missing SCMTools, but it's actually a lack of an SSH key. I'll get a hotfix out that you can upgrade to, but a workaround for now is to first create an SSH key. Christian -- Christian Hammond - chip...@chipx86.com Review

Review Board 1.7.0.1 released

2012-12-17 Thread Christian Hammond
There was a bug during repository creation/editing where things failed if an SSH key wasn't already set in Review Board. This release fixes this problem. Sorry for the troubles. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://

Re: Review Board 1.7.0.1 released

2012-12-17 Thread Bruce Cran
The homepage points to 1.7.1 (resulting in a 404), not 1.7.0.1. -- Bruce Cran -- 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 unsub

Re: Review Board 1.7.0.1 released

2012-12-17 Thread Christian Hammond
Thanks. Looks like we had a bug in how we computed version strings (the 0 in 1.7.0.1 threw off something). It's fixed now. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 17, 2012 at 11:42 AM, Bruc

Re: Review Board 1.7.0.1 released

2012-12-17 Thread kvr
Thanks Christian ! that fixed the issue. On Tuesday, December 18, 2012 1:22:07 AM UTC+5:30, Christian Hammond wrote: > > Thanks. Looks like we had a bug in how we computed version strings (the 0 > in 1.7.0.1 threw off something). It's fixed now. > > Christian > > -- > Christian Hammond - chi...@

Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-17 Thread Liam Reimers
Seeing the same issue reported at the last post on: https://groups.google.com/d/msg/reviewboard-issues/TDF0cWON4TI/LNNh_RM_K50J This is reviewboard 1.6.15 on OS X. To get this far, I did have to: ln -s /usr/local/bin/rbssh /usr/bin/rbssh When I try to add a repo I get this in the GUI: A reposi

Static media still broken in 1.7 after updating Apache configuration

2012-12-17 Thread Joe Attardi
I updated my site to 1.7.0.1-py2.7 and I'm still getting 404 errors for anything under /static I added the alias for /static and restarted Apache 2, but it seems to have no effect. Am I missing something obvious? My Apache 2 configuration: ServerName uxworks-reviewboard.mysite.com

Re: Static media still broken in 1.7 after updating Apache configuration

2012-12-17 Thread Christian Hammond
Hi Joe, Sorry for the late response. Looks like gmail flagged this as spam. Odd. You may need to add a that works just like the media one. The static files are probably going through Review Board, which won't know how to serve them. As for the "Couldn't find manual update check" error, we just

Re: Static media still broken in 1.7 after updating Apache configuration

2012-12-17 Thread Joe Attardi
Adding a section fixed the problem! Thanks, Christian! On Tuesday, December 18, 2012 1:02:53 AM UTC-5, Christian Hammond wrote: > > Hi Joe, > > Sorry for the late response. Looks like gmail flagged this as spam. Odd. > > You may need to add a that works just like the media > one. The static fi

Re: Static media still broken in 1.7 after updating Apache configuration

2012-12-17 Thread Christian Hammond
Excellent! Glad it works. I'll update the instructions to be clear about that. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 17, 2012 at 10:34 PM, Joe Attardi wrote: > Adding a section fixed t