Closed Bug 648128 Opened 14 years ago Closed 14 years ago

[traceback] OperationalError: (1054, "Unknown column 'perf_osversions.name' in 'field list'")

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: stephend, Unassigned)

References

()

Details

Not sure if this is an IT or code thing, on https://addons.allizom.org/en-US/firefox/performance/: Traceback (most recent call last): File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/views/decorators/cache.py", line 66, in _cache_controlled response = viewfunc(request, *args, **kw) File "/data/amo_python/www/preview/zamboni/apps/perf/views.py", line 23, in index for p in PerformanceOSVersion.uncached.all()) File "/data/amo_python/www/preview/zamboni/apps/perf/views.py", line 22, in <genexpr> platforms = dict((unicode(p), p.id) File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/db/models/query.py", line 107, in _result_iter self._fill_cache() File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/db/models/query.py", line 772, in _fill_cache self._result_cache.append(self._iter.next()) File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/db/models/query.py", line 273, in iterator for row in compiler.results_iter(): File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/db/models/sql/compiler.py", line 680, in results_iter for rows in self.execute_sql(MULTI): File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/db/models/sql/compiler.py", line 735, in execute_sql cursor.execute(sql, params) File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/db/backends/mysql/base.py", line 86, in execute return self.cursor.execute(query, args) File "/usr/lib/python2.6/site-packages/MySQLdb/cursors.py", line 173, in execute self.errorhandler(self, exc, value) File "/usr/lib/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorclass, errorvalue OperationalError: (1054, "Unknown column 'perf_osversions.name' in 'field list'")
works for me? Was this mid-update or can you still reproduce?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
WFM, verified.
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.