Changes between Initial Version and Version 2 of Ticket #1192
- Timestamp:
- Feb 8, 2007, 7:57:29 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1192 – Description
initial v2 1 1 I've installed DiscussionPlugin and WebAdminPlugin, when attempting to create new forum from Discussion page, I get this error: 2 {{{ 2 3 Traceback (most recent call last): 3 4 File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request … … 14 15 return self.cursor.execute(sql_escape_percent(sql), args) 15 16 ProgrammingError: can't adapt 17 }}} 16 18 17 19 When attempting to create it from webadmin, I get this: 20 {{{ 18 21 Traceback (most recent call last): 19 22 File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request … … 32 35 return self.cursor.execute(sql_escape_percent(sql), args) 33 36 ProgrammingError: invalid input syntax for integer: "" 34 37 }}} 35 38 36 39 I always fill-in all form fields and I'm logged in as admin with all priviledges (including those four DISCUSSION_*)