Modify ↓
#11253 closed defect (cantfix)
OperationalError: (1054, "Unknown column 'blockedby' in 'field list'")
Reported by: | kieran | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.2 |
Severity: | normal | Keywords: | |
Cc: | support@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /ticket/244
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__EDITOR__1': u'textarea', '__EDITOR__2': u'textarea', '__FORM_TOKEN': u'0960caedc9294d5685317a70', 'action': u'resolve', 'action_resolve_resolve_resolution': u'fixed', 'cnum': u'1', 'comment': u'', 'field_description': u'Install Agilo and integrate it with Trac and SVN to aid in tracking progress. http://www.agilofortrac.com/download-agilo-trac/', 'field_drp_resources': u'', 'field_remaining_time': u'', 'field_reporter': u'kieran', 'field_sprint': u'', 'field_summary': u'[Project Management] - Setup Agilo', 'field_type': u'task', 'id': u'244', 'pane': u'edit', 'replyto': u'', 'submit': u'Submit changes', 'ts': u'2013-07-23 13:21:00.731422+00:00'}
User agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36
System Information
Trac | 0.12.2
|
Agilo | 0.9.10
|
Babel | 0.9.6 (translations unavailable)
|
Docutils | 0.8.1
|
Genshi | 0.6
|
mod_wsgi | 3.3 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
|
MySQL | server: "5.5.31-0ubuntu0.12.04.1-log", client: "5.5.31", thread-safe: 1
|
MySQLdb | 1.2.3
|
Pygments | 1.4
|
Python | 2.7.3 (default, Aug 1 2012, 05:25:23) [GCC 4.6.3]
|
pytz | 2011k
|
setuptools | 0.6
|
Subversion | 1.6.17 (r1128011)
|
jQuery | 1.4.2
|
Enabled Plugins
agilo | 0.9.10
|
graphviz | 0.7.5
|
timingandestimationplugin | 1.3.6
|
TracAccountManager | 0.4.3
|
TracMasterTickets | 3.0.2
|
TracWysiwyg | 0.12.0.3
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 511, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.7/dist-packages/trac/ticket/web_ui.py", line 169, in process_request return self._process_ticket_request(req) File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.10-py2.7.egg/agilo/ticket/web_ui.py", line 225, in _process_ticket_request template, data, content_type = super(AgiloTicketModule, self)._process_ticket_request(req) File "/usr/lib/python2.7/dist-packages/trac/ticket/web_ui.py", line 541, in _process_ticket_request self._do_save(req, ticket, action) File "/usr/lib/python2.7/dist-packages/trac/ticket/web_ui.py", line 1238, in _do_save cnum=internal_cnum): File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.10-py2.7.egg/agilo/ticket/model.py", line 857, in save_changes res = super(AgiloTicket, self).save_changes(author, comment, when, db, cnum) File "/usr/lib/python2.7/dist-packages/trac/ticket/model.py", line 289, in save_changes @self.env.with_transaction(db) File "/usr/lib/python2.7/dist-packages/trac/db/api.py", line 77, in transaction_wrapper fn(ldb) File "/usr/lib/python2.7/dist-packages/trac/ticket/model.py", line 336, in do_save % name, (self[name], self.id)) File "/usr/lib/python2.7/dist-packages/trac/db/util.py", line 65, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute self.errorhandler(self, exc, value) File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorclass, errorvalue OperationalError: (1054, "Unknown column 'blockedby' in 'field list'")
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 11 years ago
@jomae: thanks for the cc!
@reporter: please write to the Agilo Software Support Team
(support@… - http://agilosoftware.com/customer-feedback/)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).