Can you let me know what version of django-evolution you have installed?

Also, run these commands and show the output:

    rb-site manage /path/to/site evolve -- --hint
    rb-site manage /path/to/site list-evolutions

Christian


On Friday, November 8, 2013, humble wrote:

> For the record, I'm having exactly the same problem and seeing exactly the
> same error.
>
> On Thursday, December 27, 2012 5:24:21 PM UTC-8, Christian Hammond wrote:
>>
>> Can you also let me know if you've upgraded Python on this machine for
>> 1.7, or if you're still using the same version you were using with Review
>> Board 1.6.13.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Thu, Dec 27, 2012 at 5:17 PM, Christian Hammond <chi...@chipx86.com>wrote:
>>
>>> Did you ever attempt an upgrade before and then downgrade?
>>>
>>> I'm noticing two things in your dump:
>>>
>>> 1) Some of these things it's complaining about are already applied
>>> evolutions, so you shouldn't see it again.
>>> 2) Some of them are things that existed in 1.6.13 (the repository fields
>>> in particular were already there).
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chi...@chipx86.com
>>>
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Thu, Dec 27, 2012 at 2:25 PM, jacob.j.rosales 
>>> <jacob.j...@gmail.com>wrote:
>>>
>>> Same issue when accessing <url>/admin/
>>>
>>> 2012-12-27 14:18:54,190 - ERROR - Internal Server Error: /admin/
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/core/handlers/base.py", line 89, in get_response
>>>     response = middleware_method(request)
>>>   File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.
>>> 1-py2.7.egg/reviewboard/accounts/middleware.py", line 12, in
>>> process_request
>>>     user = Profile.objects.get(user=request.user)
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/db/models/manager.py", line 131, in get
>>>     return self.get_query_set().get(*args, **kwargs)
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/db/models/query.py", line 361, in get
>>>     num = len(clone)
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/db/models/query.py", line 85, in __len__
>>>     self._result_cache = list(self.iterator())
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/db/models/query.py", line 291, in iterator
>>>     for row in compiler.results_iter():
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/db/models/sql/compiler.py", line 763, in results_iter
>>>     for rows in self.execute_sql(MULTI):
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/db/models/sql/compiler.py", line 818, in execute_sql
>>>     cursor.execute(sql, params)
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-
>>> py2.7.egg/django/db/backends/mysql/base.py", line 114, in execute
>>>     return self.cursor.execute(query, args)
>>>   File "/usr/lib/pymodules/python2.7/MySQLdb/cursors.py", line 166, in
>>> execute
>>>     self.errorhandler(self, exc, value)
>>>   File "/usr/lib/pymodules/python2.7/MySQLdb/connections.py", line 35,
>>> in defaulterrorhandler
>>>     raise errorclass, errorvalue
>>> DatabaseError: (1054, "Unknown column 'accounts_profile.open_an_issue'
>>> in 'field list'")
>>>
>>>
>>> On Thursday, December 27, 2012 4:19:15 PM UTC-6, Christian Hammond wrote:
>>>
>>> The dashboard is inaccessible, but I'd expect you could reach /admin/
>>> directly.
>>>
>>> Christian
>>>
>>>
>>> On Dec 27, 2012, at 13:59, "jacob.j.rosales" <jacob.j...@gmail.com>
>>> wrote:
>>>
>>> It looks like due to the failed upgrade I am unable to access any pages
>>> outside the login page
>>>
>>> 2012-12-27 13:48:48,658 - ERROR - Internal Server Error: /dashboard/
>>> Traceback (most recent call last):
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2.7.
>>> egg/django/core/handlers/base.py", line 89, in get_response
>>>     response = middleware_method(request)
>>>   File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.1-
>>> py2.7.egg/reviewboard/accounts/middleware.py", line 12, in
>>> process_request
>>>     user = Profile.objects.get(user=request.user)
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2.7.
>>> egg/django/db/models/manager.py", line 131, in get
>>>     return self.get_query_set().get(*args, **kwargs)
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2.7.
>>> egg/django/db/models/query.py", line 361, in get
>>>     num = len(clone)
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2.7.
>>> egg/django/db/models/query.py", line 85, in __len__
>>>     self._result_cache = list(self.iterator())
>>>   File "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2.7.
>>> egg/django/db
>>>
>>>
>>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com <javascript:_e({},
> 'cvml', 'reviewboard%2bunsubscr...@googlegroups.com');>.
> For more options, visit https://groups.google.com/groups/opt_out.
>


-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to