Duplicate entries in LocalSiteProfile table

2013-03-18 Thread Chris Guevara
I recently upgraded to ReviewBoard 1.7.4, and I'm getting the following error: MultipleObjectsReturned: get() returned more than one LocalSiteProfile -- it returned 2! Lookup parameters were {'profile': , 'user': , 'local_site': None} In the MySQL database, I found that the user has two iden

Permission denied when trying to retrieve review request xml ( api/review-requests/#/reviews) via svn pre-commit hook.

2013-03-18 Thread Owens Hsu
Hi, I am using this svn pre-commit hook to integrate reviewboard and svn. https://github.com/shuge/reviewboard-svn-hooks/blob/master/reviewboardsvnhooks/strict_review.py It turns out to be permission denied when strict_review.py opens the reviewboard url to retrieve the xml of specific review

Re: Static media still broken in 1.7 after updating Apache configuration

2013-03-18 Thread satish singh
Hi Chris, Can this problem be because of virtual environment, because I gave it a try again using both mod_python and mod_wsgi. Still getiing same error 404 for static media. My Apache 2 configuration using mod_python: ServerName toolsnb01-06.lab.eng.btc.netapp.in Docume

Re: Duplicate entries in LocalSiteProfile table

2013-03-18 Thread David Trowbridge
Yes, it is safe to delete one of them. -David On Thu, Mar 14, 2013 at 8:47 AM, Chris Guevara <50x.ch...@gmail.com> wrote: > I recently upgraded to ReviewBoard 1.7.4, and I'm getting the following > error: > > MultipleObjectsReturned: get() returned more than one LocalSiteProfile -- > it return

Re: Static media still broken in 1.7 after updating Apache configuration

2013-03-18 Thread Christian Hammond
Hi Satish, It may be due to the virtualenv. I really don't know. We don't officially provide support for using a virtualenv, so I'd suggest just installing it as per the installation instructions on our site. I'm curious why you're not just using your company's existing installation? Christian