Re: Unable to change server URL from 'localhost' to custom domain

2015-10-19 Thread Christian Hammond
Hi Sandeep, Try changing it and then immediately restarting Apache. There might be a stale cache issue going on. Also, make sure it's a fully-qualified domain. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. -

Re: Unable to change server URL from 'localhost' to custom domain

2015-10-19 Thread Sandeep Kumar
Thanks Christian, your trick worked like charm. Regards, Sandeep On Mon, Oct 19, 2015 at 12:37 PM, Christian Hammond < christ...@beanbaginc.com> wrote: > Hi Sandeep, > > Try changing it and then immediately restarting Apache. There might be a > stale cache issue going on. > > Also, make sure

Re: Unable to change server URL from 'localhost' to custom domain

2015-10-19 Thread Sandeep Das
Hi Christian, I know its very old thread but i'm facing the similar issue. I'm using review board version 2.0.20. I'm able to change other configuration parameter easily but configuration value for "Server" is not changing. Every time i change "Server" and then save it resets to previous

Re: Upgrading reviewboard failed with setup script errors

2015-10-19 Thread amit shah
Hi Christian, Python version was 2.6.6 in the initial run. I recently upgraded it to 2.7.10 but that doesn't seem to help. It still fails with the same error. On Saturday, October 17, 2015 at 1:55:59 AM UTC+5:30, Christian Hammond wrote: > > Hi, > > What version of Python are you using? > >

Re: Upgrading reviewboard failed with setup script errors

2015-10-19 Thread Christian Hammond
Hi, Even if you upgrade Python, your tools (like pip, easy_install, mod_wsgi, etc.) may be using older versions. That said, pycrypto *should* work with Python 2.6. Can you show me the full error message? Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Upgrading Review Board 1.7.6 to 2.0.2

2015-10-19 Thread Robert Bolen
When trying to upgrade Review Board from a working 1.7.6 to 2.0.2 Redhat Santiago: 1) easy_install -U ReviewBoard 2) rb-site upgrade /var/www/html/reviewboard/ -successful evolution After restarting my httpd server, I received the following errors in the

Re: Upgrading Review Board 1.7.6 to 2.0.2

2015-10-19 Thread David Trowbridge
On Mon, Oct 19, 2015 at 1:25 PM, Robert Bolen wrote: > 'Mantis User Database' This is not part of the upstream Review Board code. It looks like you have some custom modifications that are broken. There's no reason to ship additional authentication backends as a patch to

Updating ReviewBoard 1.7.7.1 to 2.0.20 on Fedora 15

2015-10-19 Thread Chris Lang
Hi all, I want to know if I would be able to make this upgrade on Fedora 15. If this would be too difficult would it be better to transfer my ReviewBoard Database to a new machine with a newer OS, say CentOS 7. Thanks, Chris -- Supercharge your Review Board with Power Pack:

Re: Upgrading reviewboard failed with setup script errors

2015-10-19 Thread amit shah
Hi Christian, I did paste the complete error in my original post. I pasted it again on pastebin here - http://pastebin.com/ZfACjBMx The pip version is 2.7, easy_install is "distribute 0.6.10". The error trace indicates that it tries to install/upgrade pycrypto and that's where it fails. I