Ticket #138 (closed defect: fixed)

Opened 2 years ago

Last modified 9 months ago

Tried attaching some snapshots to the VRED gallery but didn't work out

Reported by: Matthias Assigned to: unassigned
Priority: major Milestone:
Component: Website Version:
Keywords: Cc:
Completion:

Description

Traceback (most recent call last):

File "/home/trac/installed/lib/python2.4/site-packages/trac/web/main.py", line 335, in dispatch_request

dispatcher.dispatch(req)

File "/home/trac/installed/lib/python2.4/site-packages/trac/web/main.py", line 220, in dispatch

resp = chosen_handler.process_request(req)

File "/home/trac/installed/lib/python2.4/site-packages/trac/attachment.py", line 361, in process_request

self._do_save(req, attachment)

File "/home/trac/installed/lib/python2.4/site-packages/trac/attachment.py", line 474, in _do_save

for field, message in manipulator.validate_attachment(req, attachment):

File "build/bdist.linux-i686/egg/tracspamfilter/adapters.py", line 122, in validate_attachment File "build/bdist.linux-i686/egg/tracspamfilter/api.py", line 130, in test File "build/bdist.linux-i686/egg/tracspamfilter/model.py", line 119, in insert File "/home/trac/installed/lib/python2.4/site-packages/trac/db/util.py", line 47, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 255, in execute

self.rs = self.con.db.execute(SQL % parms)

TypeError?: execute() argument 1 must be string without null bytes, not str

Change History

03/29/07 10:52:25 changed by Matthias

Hello,

its been a while ago since I opened this ticket and I remember some others having problems with upload. Has anything changed in the meantime or does anybody have an idea what to do ?

Regards

Matthias

10/05/07 09:17:58 changed by dirk

  • status changed from new to closed.
  • resolution set to fixed.