Modify ↓
Opened 17 years ago
Closed 17 years ago
#5848 closed defect (duplicate)
Can't attach patch file to the ticket
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | ticket system | Version: | |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
On your site, while trying to attach standard diff (path) to the ticket #5478, using following URL:
http://trac.edgewall.org/attachment/ticket/5478?action=new
got an error (all the time):
Trac detected an internal error: (empty space)
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 361, in process_request self._do_save(req, attachment) File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 477, in _do_save for field, message in manipulator.validate_attachment(req, attachment): File "build/bdist.linux-x86_64/egg/tracspamfilter/adapters.py", line 135, in validate_attachment File "build/bdist.linux-x86_64/egg/tracspamfilter/api.py", line 133, in test File "build/bdist.linux-x86_64/egg/tracspamfilter/model.py", line 135, in insert File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) ProgrammingError: current transaction is aborted, commands ignored until end of transaction block
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Spam filter issue, see #5591.