Modify ↓
Opened 16 years ago
Closed 16 years ago
#9151 closed defect (cantfix)
OperationalError: no such table: team_availability
| Reported by: | ionut | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /teamcalendar, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
System Information
| Trac | 0.11.7
|
| Python | 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
|
| setuptools | 0.6c11
|
| SQLite | 3.5.9
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| mod_wsgi | 3.0 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
|
| Subversion | 1.6.6 (r40053)
|
| FullBlog | 0.1.1-r7774
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "D:\Python26\lib\site-packages\trac-0.11.7-py2.6-win32.egg\trac\web\main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "D:\Python26\lib\site-packages\trac-0.11.7-py2.6-win32.egg\trac\web\main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "D:\Python26\lib\site-packages\teamcalendar-0.1-py2.6.egg\teamcalendar\calendar.py", line 152, in process_request
timetable = self.get_timetable(from_date, to_date, people)
File "D:\Python26\lib\site-packages\teamcalendar-0.1-py2.6.egg\teamcalendar\calendar.py", line 61, in get_timetable
'GROUP BY ondate, username' % (self.table_name, from_date.isoformat(), to_date.isoformat(),))
File "D:\Python26\lib\site-packages\trac-0.11.7-py2.6-win32.egg\trac\db\util.py", line 65, in execute
return self.cursor.execute(sql)
File "D:\Python26\lib\site-packages\trac-0.11.7-py2.6-win32.egg\trac\db\sqlite_backend.py", line 80, in execute
result = PyFormatCursor.execute(self, *args)
File "D:\Python26\lib\site-packages\trac-0.11.7-py2.6-win32.egg\trac\db\sqlite_backend.py", line 59, in execute
args or [])
File "D:\Python26\lib\site-packages\trac-0.11.7-py2.6-win32.egg\trac\db\sqlite_backend.py", line 51, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: no such table: team_availability
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (teamcalendar).