Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
The extension has been enabled, and no change at all. there isn't any reference to that extension on that path :-/ On Thursday, March 15, 2018 at 9:34:57 AM UTC+11, David Trowbridge wrote: > > The files there should get created when you enable the extension in the > review board admin, not when

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-14 Thread Christian Hammond
Looks like you uncovered an interesting bug. We'll have to fix that. Glad you're up and running! Christian On Wed, Mar 14, 2018 at 3:43 PM, Chris Lang wrote: > I resolved that issue by enabling syntax highlighting from the admin panel. > > Thanks again! > > > On Wednesday,

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-14 Thread Chris Lang
I resolved that issue by enabling syntax highlighting from the admin panel. Thanks again! On Wednesday, March 14, 2018 at 3:39:04 PM UTC-7, Chris Lang wrote: > > Looks like most pages are working properly but when I click on "My > Account" I get the following error: > > KeyError at

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-14 Thread Chris Lang
Looks like most pages are working properly but when I click on "My Account" I get the following error: KeyError at /reviews/account/preferences/ u"Key u'syntax_highlighting' not found in Form" Request Method: GET Request URL: http://usspvlreviewbd/reviews/account/preferences/ Django Version:

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread David Trowbridge
The files there should get created when you enable the extension in the review board admin, not when installing the Python package. -David On Wed, Mar 14, 2018 at 3:26 PM MoonWalker wrote: > hi David, > > The extension is not there :-/. I uninstall it an reinstall

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-14 Thread Chris Lang
Wow that did it! I can't believe it! haha. Thanks a boat load to both you and Christian for your help! On Wednesday, March 14, 2018 at 3:15:40 PM UTC-7, David Trowbridge wrote: > > Everything looks OK except get rid of step 4--that's creating a DB with > the new schema. Just create an empty

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
hi David, The extension is not there :-/. I uninstall it an reinstall it. Please take a look at the logs attached to this post. Cheers On Thursday, March 15, 2018 at 8:34:54 AM UTC+11, David Trowbridge wrote: > > That's just normal stuff from the API. The real problem is that extension >

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-14 Thread David Trowbridge
Everything looks OK except get rid of step 4--that's creating a DB with the new schema. Just create an empty database and then use your database dump to populate it. rb-site upgrade will convert the schema to the new format. -David On Wed, Mar 14, 2018 at 3:07 PM Chris Lang

Re: Django version mismatch installing ReviewBoard 2.0.20

2018-03-14 Thread Chris Lang
Alright here are my current steps for upgrading. 1. Install ReviewBoard 3.0.3 on new machine. easy_install ReviewBoard 2. Copy over my site directory from my old machine into the correct location (/var/www/reviews) On old machine: scp reviews.tar.gz user@newmachine:/var/www/ On new

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread David Trowbridge
That's just normal stuff from the API. The real problem is that extension static media (CSS & JS) either isn't being unpacked correctly when you're enabling the extension, or isn't being served correctly by the webserver. Can you check the contents of /htdocs/static/ext/ and see if there's a

Re: Issue creating reviewbot-cookies.txt

2018-03-14 Thread MoonWalker
this may help https://groups.google.com/forum/#!topic/reviewboard/apzUGEzFzx4 On Wednesday, March 14, 2018 at 4:18:03 PM UTC+11, Hemapriya M wrote: > > Hi, > > I installed reviewboard3.0 and reviewbot1.0. After configuring the broker > url and starting the worker nodes, the broker status is

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
David, Not sure if this is related or not, but I noticed this error, several times when I open a review. Please take a look at the file attached. Cheers On Wednesday, March 14, 2018 at 2:03:03 PM UTC+11, David Trowbridge wrote: > > Just to check, can you run pip list and send the output? > On

Re: Issue installing reviewbot-worker on latest RB

2018-03-14 Thread MoonWalker
David, I attached the logs to this post. I included the pip version at the bottom of this message. root@rb:~# pip --version pip 9.0.1 from /usr/local/lib/python2.7/dist-packages (python 2.7) On Wednesday, March 14, 2018 at 2:03:03 PM UTC+11, David Trowbridge wrote: > > Just to check, can you

Re: Issue creating reviewbot-cookies.txt

2018-03-14 Thread André Klitzing
Hi, it uses the current working directory of your "reviewbot worker -b $URL" command. André -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know!