Re: reviewboard 2.5.4 installation fails due to django version mismatch

2017-04-05 Thread Christian Hammond
Ah, this is the problem. Yeah, 2.5.4 was more lax on the version of Haystack, and since then Haystack had put out a version that was incompatible with our version of Django. It installs a newer version when installed. That's how you ended up in this situation. This was fixed in 2.5.6 (2.5.6.1,

Re: Form Data Custom Payload

2017-04-05 Thread Christian Hammond
Hi Chris, We do need to include examples there... Try: token=secret={{review_request.absolute_url}} Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Wed, Apr 5, 2017 at 1:37 PM, Chris Eagan

Form Data Custom Payload

2017-04-05 Thread Chris Eagan
I am trying to trigger a Jenkins Job using WebHooks in Review Board and I need to submit a custom payload as form data. After installing the https://plugins.jenkins.io/build-token-root plugin, I tried using the following settings. URL:

Re: reviewboard 2.5.4 installation fails due to django version mismatch

2017-04-05 Thread Kartthik Raghunathan
I traced all the Django installed versions and removed them. Later I installed Django 1.6.11 using pip and tried installing RB 2.5.4 still hitting the same issue but with different message. I feel we made some progress this time. I cleaned up Django-haystack files too before RB installation !

Re: LDAP Configuration

2017-04-05 Thread Christian Hammond
What version of Review Board are you using? Can you verify that the server can resolve that hostname from a terminal? Christian On Fri, Mar 31, 2017 at 07:53 Martin Dew-Hattens wrote: > New to Review Board and trying to get LDAP config to work. > > in log file

Re: reviewboard 2.5.4 installation fails due to django version mismatch

2017-04-05 Thread Christian Hammond
You need to locate and remove the older version of Django being used. You should locate the site-packages directory for the version of Python used for Review Board and try to find the offending version. My guess is there's a Wheel package taking precedence over the one you're trying to install.

Re: reviewboard 2.5.4 installation fails due to django version mismatch

2017-04-05 Thread Kartthik Raghunathan
I have RB 2.5.4 in production and trying to bring up the same version for QA too. This command will install the latest version and there might be some DB changes so I'm trying to stick to 2.5.4 On Tuesday, April 4, 2017 at 5:57:05 PM UTC-7, Stephen Gallagher wrote: > > You can also try using

Re: reviewboard 2.5.4 installation fails due to django version mismatch

2017-04-05 Thread Kartthik Raghunathan
Hi, I installed Django 1.6.11 using easy_install still it throws the same error when I try to install RB, something really strange. This was working few months back, not sure what changed. I have RB 2.5.4 in production and trying to bring up the QA machine with fresh OS installation.