Modify ↓
      
#8960 closed defect (cantfix)
OperationalError: no such column: remaining_time
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 | 
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a POST operation on /ticket/3, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'8186b03a8843c35a55c8e64f',
 'action': u'leave',
 'cnum': u'3',
 'comment': u'',
 'field_description': u'landing-page',
 'field_drp_resources': u'',
 'field_remaining_time': u'',
 'field_reporter': u'madmin',
 'field_sprint': u'',
 'field_summary': u'landingpage f\xfcr kaufprozess',
 'field_type': u'requirement',
 'id': u'3',
 'pane': u'edit',
 'replyto': u'',
 'submit': u'Submit changes',
 'ts': u'2010-01-12 13:10:13+00:00'}
User Agent was: Opera/9.80 (X11; Linux i686; U; de) Presto/2.2.15 Version/10.00
System Information
| Trac |  0.11.1 
 | 
| Python |  2.5.2 (r252:60911, Jan  4 2009, 17:40:26)  [GCC 4.3.2] 
 | 
| setuptools |  0.6c8 
 | 
| SQLite |  3.5.9 
 | 
| pysqlite |  2.4.1 
 | 
| Genshi |  0.5.1 
 | 
| Pygments |  0.10 
 | 
| Agilo |  0.7.3.3-r1417-20090313 
 | 
| Subversion |  1.5.1 (r32289) 
 | 
| jQuery: |  1.2.6 
 | 
Python Traceback
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 170, in process_request
    return self._process_ticket_request(req)
  File "/usr/lib/python2.5/site-packages/agilo-0.7.3.3_r1417_20090313-py2.5.egg/agilo/ticket/web_ui.py", line 202, in _process_ticket_request
    template, data, content_type = super(AgiloTicketModule, self)._process_ticket_request(req)
  File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 494, in _process_ticket_request
    self._do_save(req, ticket, action)
  File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 989, in _do_save
    cnum=internal_cnum):
  File "/usr/lib/python2.5/site-packages/agilo-0.7.3.3_r1417_20090313-py2.5.egg/agilo/ticket/model.py", line 645, in save_changes
    res = super(AgiloTicket, self).save_changes(author, comment, when, db, cnum)
  File "/usr/lib/python2.5/site-packages/trac/ticket/model.py", line 260, in save_changes
    (self[name], self.id))
  File "/usr/lib/python2.5/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 58, in execute
    args or [])
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 50, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: no such column: remaining_time
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Cc: | added | 
|---|---|
| Resolution: | → cantfix | 
| Status: | new → closed | 
comment:2 by , 16 years ago
Reporter please update your Agilo to the latest version (0.8), if that doesn't help - please ask in our mailing list.
  Note:
 See   TracTickets
 for help on using tickets.
    


  
PluginIssue (AgiloForScrum).