Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#9873 closed defect (cantfix)

OperationalError: no such column: sprint

Reported by: ammark Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.6
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a POST operation on /ticket/59, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'b6da561e69dc70724ad875c9',
 'action': u'leave',
 'cnum': u'1',
 'comment': u'',
 'id': u'59',
 'replyto': u'',
 'submit': u'Submit changes',
 'ts': u'2010-11-25 04:31:19+00:00'}

User Agent was: Mozilla/4#0 #compatible; MSIE 8#0; Windows NT 6#1; WOW64; Trident/4#0; SIMBAR={89EAC824-C3BF-41FC-961D-35496FEFBA6C}; GTB6#6; SLCC2; #NET CLR 2#0#50727; #NET CLR 3#5#30729; #NET CLR 3#0#30729; Media Center PC 6#0; InfoPath#3; #NET4#0C; #NET4#0E; MS-RTC LM 8#

System Information

Trac 0#11#6
Python 2#5#2 #r252:60911, Jan 24 2010, 18:02:01# ##br## #GCC 4#3#2#
setuptools 0#6c8
SQLite 3#5#9
pysqlite 2#4#1
Genshi 0#5#1
mod_wsgi 2#5 #WSGIProcessGroup trac_http_wsgi WSGIApplicationGroup %{GLOBAL}#
Pygments 0#10
RPC 1#0#6
Agilo 0#8#3#2-r2138-20091203
Subversion 1#6#12 #r955767#
jQuery: 1#2#6

Python Traceback

Traceback #most recent call last#:
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#6-py2#5#egg/trac/web/main#py", line 450, in _dispatch_request
    dispatcher#dispatch#req#
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#6-py2#5#egg/trac/web/main#py", line 206, in dispatch
    resp = chosen_handler#process_request#req#
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#6-py2#5#egg/trac/ticket/web_ui#py", line 182, in process_request
    return self#_process_ticket_request#req#
  File "/usr/lib/python2#5/site-packages/agilo-0#8#3#2_r2138_20091203-py2#5#egg/agilo/ticket/web_ui#py", line 207, in _process_ticket_request
    template, data, content_type = super#AgiloTicketModule, self##_process_ticket_request#req#
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#6-py2#5#egg/trac/ticket/web_ui#py", line 508, in _process_ticket_request
    self#_do_save#req, ticket, action#
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#6-py2#5#egg/trac/ticket/web_ui#py", line 1022, in _do_save
    cnum=internal_cnum):
  File "/usr/lib/python2#5/site-packages/agilo-0#8#3#2_r2138_20091203-py2#5#egg/agilo/ticket/model#py", line 758, in save_changes
    res = super#AgiloTicket, self#.save_changes#author, comment, when, db, cnum#
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/ticket/model.py", line 274, in save_changes
    #self[name], self.id##
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/util.py", line 64, in execute
    return self.cursor.execute#sql_escape_percent#sql#, args#
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/sqlite_backend.py", line 80, in execute
    PyFormatCursor.execute#self, *args#
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/sqlite_backend.py", line 59, in execute
    args or [])
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/sqlite_backend.py", line 51, in _rollback_on_error
    return function#self, *args, **kwargs#
OperationalError: no such column: sprint

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 13 years ago

Resolution: cantfix
Status: newclosed

PluginIssue (AgiloForScrum).

(OT: Funny how some semi-automatic reports substitute all "." with "#". I wonder where this comes from.)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.