Re: rb-site install fails on RedHat EL 7 with "Site matching query does not exist"

2015-11-27 Thread Stephen Gallagher
I plan to look into the EPEL 7 packages when I get back from holiday on Monday. I'll be upgrading EPEL 7 to Review Board 2.5 as well. I'm not sure of the specific issue you're seeing, but I will be testing new deployments. Could you at least identify the database you are using? On Thu, Nov 26,

rb-site install fails on RedHat EL 7 with "Site matching query does not exist"

2015-11-26 Thread Vikrant Gatne
Hi, I am trying to do a fresh installation for ReviewBoard on a RedHat EL 7 VM. I could successfully install the ReviewBoard 2.0.11 with 'yum install ReviewBoard' after getting the EPEL package repositories. But my attempt to create a review board site fails with the following error -

Re: Issue 3126 in reviewboard: rb-site install fails with 'TypeError: hasattr(): attribute name must be string'

2014-01-30 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 3126 by trowb...@gmail.com: rb-site install fails with 'TypeError: hasattr(): attribute name must be string' http://code.google.com/p/reviewboard/issues/detail?id=3126 Fixed in release-1.7.x (97bb193). Thanks! -- You received this message

Issue 3126 in reviewboard: rb-site install fails with 'TypeError: hasattr(): attribute name must be string'

2013-11-01 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3126 by arnoutb...@gmail.com: rb-site install fails with 'TypeError: hasattr(): attribute name must be string' http://code.google.com/p/reviewboard/issues/detail?id=3126 *** READ THIS BEFORE POSTING! *** *** You must

rb-site install fails

2012-03-30 Thread magnus
Hi, We are using CentOs 6 and are trying to setup Reviewboard. Our setup is: MySql Apache2 mod_wsgi memcached when running 'rb-site install /var/www/html/rb/' it seems like the installation is successful. We get the reviewboard to show up in the browser and we can login/create users and such.

Re: rb-site install fails

2012-03-30 Thread Christian Hammond
Hi Magnus, Django just released their version 1.4, which breaks Review Board 1.6. You can work around this by deleting the installed Django-1.4 directory in your Python's site-packages directory, and then do: easy_install Django==1.3.1 I'll be doing a release tonight that addresses this.

Re: rb-site install fails

2012-03-30 Thread magnus
Here is the version information: # pip freeze Warning: cannot find svn location for flup==1.0.3.dev-20110405 Django==1.4 Djblets==0.6.16 MySQL-python==1.2.3c1 PIL==1.1.6 PyGreSQL==3.8.1 Pygments==1.5 ReviewBoard==1.6.4.1 SSSDConfig==1 cas==0.15 distribute==0.6.10 django-evolution==0.6.5

Re: rb-site install fails

2012-03-30 Thread Christian Hammond
If you upgrade to Review Board 1.6.5 (just now released), it should work better. You'll need to re-create your site. If you still have trouble, delete your Django 1.4 install and try again. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware,

Re: rb-site install fails

2012-03-30 Thread magnus
Hi Christian, Thanks a lot for the information. We downgraded Django and did the installation again but we ran into problems with the SCMTool handler. We managed to solve it by downgrading the pycrypto to 2.3 (2.5 didnt work and 2.4 had problems compiling). Now we have an up-and-running

Re: rb-site install fails

2012-03-30 Thread Christian Hammond
Glad it works! Do you have any info on what the failures were for 2.4/2.5? Also, what version of Python? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Mar 30, 2012 at 3:41 AM, magnus