Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#4764 closed defect (invalid)

Error after adding binary attachment in wiki page

Reported by: Jerome Martin Owned by: Jonas Borgström
Priority: normal Milestone:
Component: wiki system Version: 0.10.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 238, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/iwiki/web_ui.py", line 127, in process_request
  File "build/bdist.linux-i686/egg/iwiki/web_ui.py", line 362, in _render_view
  File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 283, in attachment_to_hdf
    hdf = {
  File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 138, in href
    return req.href.attachment(self.parent_type, self.parent_id,
  File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 74, in __getattr__
    return getattr(self.cnx, name)
  File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 74, in __getattr__
    return getattr(self.cnx, name)
AttributeError: 'pysqlite2.dbapi2.Connection' object has no attribute 'href'

Attachments (0)

Change History (3)

comment:1 by Jerome Martin, 18 years ago

I was expecting my email address was not visible, it seems not, can you remove it please.

comment:2 by Christian Boos, 18 years ago

Description: modified (diff)
Reporter: changed from Jerome_Martin@… to Jerome Martin

What's that: /iwiki/web_ui.py ?

Must be a plugin or a customization of the wiki package…

comment:3 by Jerome Martin, 18 years ago

Resolution: invalid
Status: newclosed

Oh, yes, sorry for noise, you right, this is in a plugin page.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.