Modify ↓
Opened 13 years ago
Closed 8 years ago
#8905 closed defect (fixed)
Install Issue with sqlite
Reported by: | Owned by: | Franz | |
---|---|---|---|
Priority: | normal | Component: | MailPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Hi,
Whenever I try to install the plugin (whether by command line or the web ui) whenever I then go to the xmail menu item I get an error page saying :
Trac detected an internal error:
AttributeError: 'sqlite3.Connection' object has no attribute 'schema'
Attachments (0)
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Summary: | Install Issue → Install Issue with sqlite |
---|
comment:4 Changed 10 years ago by
This should be fixed with commit [14147] (which also changed version to 0.4.2
).
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I haven't tested the plugin on sqlite; we run this plugin under postgreqsl. So I guess sqlite has no attribute schema as this will be executed in this line of code: https://trac-hacks.org/browser/mailplugin/0.12/xmail/XMailFilterObject.py#L50