Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8706 closed defect (wontfix)

ProgrammingError: (1146, "Table 'mytrac.agilo_sprint' doesn't exist")

Reported by: admin Owned by:
Priority: normal Milestone:
Component: general Version: 0.11
Severity: normal Keywords:
Cc: andrea.tomasini@…, felix.schwarz@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin/agilo/AgiloTicketReport, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'agilo', 'panel_id': u'AgiloTicketReport', 'path_info': None}

User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4

System Information

Trac 0.11
Python 2.5.2 (r252:60911, Oct 5 2008, 19:42:18)
[GCC 4.3.2]
setuptools 0.6c9
MySQL server: "5.0.67-0ubuntu6", client: "5.0.67", thread-safe: 1
MySQLdb 1.2.2
Genshi 0.5.1
mod_python 3.3.1
Pygments 0.10
GIT 1.5.6.3
jQuery: 1.2.3

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/admin/web_ui.py", line 109, in process_request
    path_info)
  File "build/bdist.linux-i686/egg/AgiloTicketReport/ticketreport.py", line 91, in render_admin_panel
    data['sprint_list'] = self.get_sprint_list()
  File "build/bdist.linux-i686/egg/AgiloTicketReport/ticketreport.py", line 188, in get_sprint_list
    return self.get_backlog_list("select name,start,sprint_end from agilo_sprint order by sprint_end")
  File "build/bdist.linux-i686/egg/AgiloTicketReport/ticketreport.py", line 156, in get_backlog_list
    cursor.execute(sql)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "/var/lib/python-support/python2.5/MySQLdb/cursors.py", line 166, in execute
    self.errorhandler(self, exc, value)
  File "/var/lib/python-support/python2.5/MySQLdb/connections.py", line 35, in defaulterrorhandler
    raise errorclass, errorvalue
ProgrammingError: (1146, "Table 'mytrac.agilo_sprint' doesn't exist")

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 15 years ago

Cc: andrea.tomasini@… added
Resolution: wontfix
Status: newclosed

comment:2 by Felix Schwarz <felix.schwarz@…>, 15 years ago

Cc: felix.schwarz@… added

Please ask on our user mailing list. Trac 0.11.0 is not supported (please use the latest trac version 0.11.5 for best performance).

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.