Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-09 Thread Yugesh Kambham
Yeah i removed it as you suggested and i now have 1.4.5 installed. Details are below Django-1.4.5 Reviewboard-1.7.7.1 mod_wsgo-3.4 python 2.6 On Wednesday, May 8, 2013 3:03:42 PM UTC-6, Christian Hammond wrote: 1.5.1 isn't supported. You need to remove it. If you just install Review Board,

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-09 Thread Yugesh Kambham
Ok here is an update, i added sys.path.append('path to Django') in wsgi file and all the errors were gone.But the bad news is still the website is not accessible and log file says nothing and i got this Something broke! (Error 500) It appears something broke when you tried to go to here. This

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-09 Thread Yugesh Kambham
Never mind again..i got if fixed and the website is up and running... On Thursday, May 9, 2013 10:58:36 AM UTC-6, Yugesh Kambham wrote: Ok here is an update, i added sys.path.append('path to Django') in wsgi file and all the errors were gone.But the bad news is still the website is not

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-08 Thread Yugesh Kambham
I re-installed all the python database bindings, created an empty database and then the installation was successful. But when i restart the httpd service it threw me an error like this [root@reviewboard1 conf]# /sbin/service httpd restart Stopping httpd:

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-08 Thread Yugesh Kambham
Never mind i got it fixed but the latest issue is website not being accessible.Look below for the error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-08 Thread Yugesh Kambham
see the log [Wed May 08 11:39:16 2013] [notice] Digest: generating secret for digest authentication ... [Wed May 08 11:39:16 2013] [notice] Digest: done [Wed May 08 11:39:16 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_wsgi/3.4 Python/2.6.6 configured -- resuming normal operations

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-08 Thread Christian Hammond
Looks like your version of Django doesn't have the WSGI handler, or you don't have Django at all. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On May 8, 2013, at 8:13 AM, Yugesh Kambham

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-08 Thread Yugesh Kambham
I have /Django-1.5.1-py2.6.egg/ installed in the system and it do have wsgi handler in /Django-1.5.1-py2.6.egg/django/core/. I found a new handler on internet https://github.com/django/django/blob/master/django/core/handlers/wsgi.py . Does changing my handler to that will help in resolving my

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-08 Thread Christian Hammond
1.5.1 isn't supported. You need to remove it. If you just install Review Board, it'll get the right version of Django and the other dependencies we require. What distro are you installing on? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-07 Thread Yugesh Kambham
Hi, Please help me in review board upgrade process. What is the best way to upgrade in a server different from the existing one(keep data and server running till final release)? And also the database in older version is PostGresSQL and how can i change it to MySQL? or can i just keep the

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-07 Thread Christian Hammond
Hi Yugesh, If Postgres works for you, I'd just stick with that. It makes transitioning between servers easier, as you don't have to convert the database (which is a little more tricky and not very supported). You'll first want to create a new site directory on the new server with 1.7.7.1. As

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-07 Thread Yugesh Kambham
Hi Christian, When i was creating a new site directory it didn't give me an option to select PostgresSql and it has only mysql and sqllite(not for production) and i picked up mysql, went through the steps and encountered an error _mysql_exceptions.OperationalError: (1045, Access denied for

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-07 Thread Matthew Woehlke
On 2013-05-07 18:30, Yugesh Kambham wrote: When i was creating a new site directory it didn't give me an option to select PostgresSql and it has only mysql and sqllite(not for production) and i picked up mysql, went through the steps and encountered an error _mysql_exceptions.OperationalError:

Re: Review board upgrade from 1.0.5.1 to 1.7.7.1

2013-05-07 Thread Christian Hammond
On Tue, May 7, 2013 at 3:37 PM, Matthew Woehlke mwoehlke.fl...@gmail.comwrote: On 2013-05-07 18:30, Yugesh Kambham wrote: When i was creating a new site directory it didn't give me an option to select PostgresSql and it has only mysql and sqllite(not for production) and i picked up mysql,