[post-review] server error: ImproperlyConfigured: Module "reviewboard.accounts.backends" does not define a "StandardAuthBackend" authentication backend

2012-05-22 Thread Gauthier Segay
Hello, I've upgraded an install from 1.5.5 to 1.6.6, the upgrade went fine fine I now encounter an issue with post-review (which I also updated), the command is outputing this: >>> Got HTTP error: 500: ... (html of error 500 from reviewboard) Error creating review request: HTTP 500 on the ser

Re: [post-review] server error: ImproperlyConfigured: Module "reviewboard.accounts.backends" does not define a "StandardAuthBackend" authentication backend

2012-05-22 Thread Christian Hammond
It sounds like it may still be using the 1.5.5 version of Review Board. On the server, run Python and type: import reviewboard print reviewboard.__file__ And see what path it's showing. Hopefully it's the 1.6.6 path. Christian -- Christian Hammond - chip...@chipx86.com Review Board - ht

Re: [post-review] server error: ImproperlyConfigured: Module "reviewboard.accounts.backends" does not define a "StandardAuthBackend" authentication backend

2012-05-22 Thread Gauthier Segay
Hello Christian, thanks for your help here is the output: ~ $ python Python 2.7.1 (r271:86832, Apr 15 2011, 08:52:24) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import reviewboard >>> print reviewboard.__file__ /usr/lib/python2.7/site-package

Re: [post-review] server error: ImproperlyConfigured: Module "reviewboard.accounts.backends" does not define a "StandardAuthBackend" authentication backend

2012-05-22 Thread Christian Hammond
Did you restart the web server after the upgrade? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, May 22, 2012 at 9:37 AM, Gauthier Segay wrote: > Hello Christian, thanks for your help > > here is the

Re: [post-review] server error: ImproperlyConfigured: Module "reviewboard.accounts.backends" does not define a "StandardAuthBackend" authentication backend

2012-05-22 Thread Gauthier Segay
No I didn't, I failed to apply this important step mentioned on the documentation http://www.reviewboard.org/docs/manual/1.6/admin/upgrading/upgrading-reviewboard/ This is now working, sorry for the trouble and thanks again. On Tue, May 22, 2012 at 6:43 PM, Christian Hammond wrote: > Did you re