Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread anoop kc
Hi hristian, Than you very much for the quick response. The version of review board is 2.0.9 and I installed it using *easy_install reviewboard==2.0.9* . The following is the full log of the command as well as output root@user-desktop:~# rb-site install /var/www/reviews.localhost * Welcome

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread Christian Hammond
Hi, Okay, the core problem is definitely those default_storage errors, Those are likely referring to the default_storage variable in Django, which it should definitely be able to find. I'm suspicious of the Django install. Can you run this and show the output:     $ python     import django  

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread anoop kc
Hi christian, The following are the outputs of the commands root@user-desktop:~# python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type help, copyright, credits or license for more information. import django print django.__file__

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread Christian Hammond
Okay. First thing to try is to re-install Django from scratch:     $ rm -rf /usr/local/lib/python2.7/dist-packages/Django-*     $ easy_install Django==1.6.8 Then try to re-create the site and see if it goes any better. That'll help determine whether or not it's a corrupt Django install.

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread Christian Hammond
Hmm, looks like it's probably due to a version bump in Django Pipeline. Try removing the old version and installing an older one:     $ rm -rf /usr/local/lib/python2.7/dist-packages/django-pipeline*     $ easy_install django-pipeline==1.3.23 Going to put out a new Djblets release that fixes the

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread anoop kc
Hi christian, This also did not fix the issue, the same out put as earlier. [?] Thanks Regards, *Anoop K. C.* Baabte System Technologies Pvt Ltd. *An ISO 9001:2008 certified company* Mob : +91 9746854752 | Office :- +91 495-2295550 www.baabte.com http://www.baabte.com%20/ |

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread Christian Hammond
Okay, show me all this:     $ python     import pipeline     print pipeline.__file__     from pipeline.storage import default_storage     from django.contrib.messages.storage import default_storage     from django.core.files.storage import default_storage Also, the contents of

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread anoop kc
Hi christian, Here is the outputs for the commands root@user-desktop:~# python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type help, copyright, credits or license for more information. import pipeline print pipeline.__file__

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread anoop kc
Hi christian, sorry, missed out the latter part of the mail. Here are the contents of /usr/local/lib/python2.7/dist-packages/ root@user-desktop:~# cd /usr/local/lib/python2.7/dist-packages/ root@user-desktop:/usr/local/lib/python2.7/dist-packages# ls django

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread Christian Hammond
Ah, there we go. So I gave the wrong rm command for that. Do:     $ rm -rf /usr/local/lib/python2.7/dist-packages/django_pipeline*     $ easy_install django_pipeline==1.3.23 That should take care of it. I just released a new Djblets that restricts the allowed versions of django_pipeline

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread Christian Hammond
Glad to help! What happened is that a third-party module we use, Django Pipeline, just recently released a new 1.4 (and follow-up 1.4.1) release. This release is not compatible with prior releases, and, amongst other incompatibilities, they apparently no longer have a particular sub-module

Re: rb-site fails with django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' doesn't exist)

2014-11-24 Thread anoop kc
Hi christian, Thanks for the update. I am glad that I could help you sort this out and that may be the reason why I could not find a workaround over the net. Thanks Regards, *Anoop K. C.* Baabte System Technologies Pvt Ltd. *An ISO 9001:2008 certified company* Mob : +91 9746854752 |

Re: User Registration and Admin Login

2014-11-24 Thread Scott Hale
Cookies are enabled. Logs appear as expected. Your question about the cookies prompted me to remove the cookies for the site and log back in. Success. Thanks for the reply and nudge in the right direction. --Scott On Friday, November 21, 2014 5:47:01 PM UTC-6, David Trowbridge wrote:

Re: Issue 3679 in reviewboard: Allow to add comment in review before publishing it

2014-11-24 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 831 Comment #1 on issue 3679 by trowb...@gmail.com: Allow to add comment in review before publishing it https://code.google.com/p/reviewboard/issues/detail?id=3679 (No comment was entered for this change.) -- You received this message

Re: Issue 831 in reviewboard: Can't leave comments before you publish your own newly created review request

2014-11-24 Thread reviewboard
Comment #27 on issue 831 by trowb...@gmail.com: Can't leave comments before you publish your own newly created review request https://code.google.com/p/reviewboard/issues/detail?id=831 Issue 3679 has been merged into this issue. -- You received this message because this project is