Hello, After following the upgrade procedures I'm getting this error:
[Fri Jun 21 13:15:39 2013] [error] /usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10: DeprecationWarning: Function-based generic views have been deprecated; use class-based views instead. [Fri Jun 21 13:15:39 2013] [error] DeprecationWarning [Fri Jun 21 13:15:40 2013] [error] /usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead. [Fri Jun 21 13:15:40 2013] [error] "use STATIC_URL instead.", DeprecationWarning) [Fri Jun 21 13:15:40 2013] [error] ERROR:django.request:Internal Server Error: /reviews/dashboard/ [Fri Jun 21 13:15:40 2013] [error] Traceback (most recent call last): [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py", line 89, in get_response [Fri Jun 21 13:15:40 2013] [error] response = middleware_method(request) [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.1-py2.6.egg/reviewboard/accounts/middleware.py", line 12, in process_request [Fri Jun 21 13:15:40 2013] [error] user = Profile.objects.get(user=request.user) [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/db/models/manager.py", line 131, in get [Fri Jun 21 13:15:40 2013] [error] return self.get_query_set().get(*args, **kwargs) [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/db/models/query.py", line 361, in get [Fri Jun 21 13:15:40 2013] [error] num = len(clone) [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/db/models/query.py", line 85, in __len__ [Fri Jun 21 13:15:40 2013] [error] self._result_cache = list(self.iterator()) [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/db/models/query.py", line 291, in iterator [Fri Jun 21 13:15:40 2013] [error] for row in compiler.results_iter(): [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/db/models/sql/compiler.py", line 763, in results_iter [Fri Jun 21 13:15:40 2013] [error] for rows in self.execute_sql(MULTI): [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/db/models/sql/compiler.py", line 818, in execute_sql [Fri Jun 21 13:15:40 2013] [error] cursor.execute(sql, params) [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Djblets-0.7.15-py2.6.egg/djblets/log/middleware.py", line 49, in execute [Fri Jun 21 13:15:40 2013] [error] return self.cursor.execute(sql, params) [Fri Jun 21 13:15:40 2013] [error] File "/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/db/backends/mysql/base.py", line 114, in execute [Fri Jun 21 13:15:40 2013] [error] return self.cursor.execute(query, args) [Fri Jun 21 13:15:40 2013] [error] File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 166, in execute [Fri Jun 21 13:15:40 2013] [error] self.errorhandler(self, exc, value) [Fri Jun 21 13:15:40 2013] [error] File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 35, in defaulterrorhandler [Fri Jun 21 13:15:40 2013] [error] raise errorclass, errorvalue [Fri Jun 21 13:15:40 2013] [error] DatabaseError: (1054, "Unknown column 'accounts_profile.open_an_issue' in 'field list'") So, then I went back to 1.6.6 and tried to upgrade first to 1.6.16 and I succeeded, but trying to upgrade again to 1.7.9 failed again withe the same error. I'm running it in a standard debian squeeze machine with no special configuration Any idea what might be happening? Thanks in advance. Best regards, Santi -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
