Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#761 closed defect (fixed)

Something is wrong with Ticket #634

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

click here (#634) to see for yourself

Attachments (0)

Change History (4)

comment:1 by utopiste, 20 years ago

Resolution: fixed
Status: newclosed

fixed in [918]

comment:2 by anonymous, 20 years ago

Resolution: fixed
Status: closedreopened

clicking on #634 gives me the following (maybe the edgewall server does not run the latest development version of trac)

Python traceback

 Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/trac/ModPythonHandler.py", line 191, in handler
    core.dispatch_request(mpr.path_info, args, mpr, env)
  File "/usr/lib/python2.2/site-packages/trac/core.py", line 433, in dispatch_request
    module.run()
  File "/usr/lib/python2.2/site-packages/trac/Module.py", line 45, in run
    self.render()
  File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 447, in render
    self.insert_ticket_data(self.req.hdf, id, ticket, reporter_id)
  File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 412, in insert_ticket_data
    'ticket.attachments')
  File "/usr/lib/python2.2/site-packages/trac/Environment.py", line 231, in get_attachments_hdf
    hdf.setValue(p + '.descr', wiki_to_oneliner(file['description'], hdf, self,self.get_db_cnx))
  File "/usr/lib/python2.2/site-packages/trac/WikiFormatter.py", line 565, in wiki_to_oneliner
    OneLinerFormatter(hdf, env, db, absurls).format(wikitext, out)
  File "/usr/lib/python2.2/site-packages/trac/WikiFormatter.py", line 231, in format
    result = re.sub(rules, self.replace, util.escape(text.strip()))
  File "/usr/lib/python2.2/sre.py", line 143, in sub
    return _compile(pattern, 0).sub(repl, string, count)
  File "/usr/lib/python2.2/site-packages/trac/WikiFormatter.py", line 68, in replace
    return getattr(self, '_' + itype + '_formatter')(match, fullmatch)
  File "/usr/lib/python2.2/site-packages/trac/WikiFormatter.py", line 116, in _tickethref_formatter
    cursor = self.db.cursor ()
AttributeError: 'function' object has no attribute 'cursor'

comment:3 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: reopenedclosed

That's right, projects.edgewall.com isn't updated every day…

comment:4 by Matthew Good <matt-good.net>, 20 years ago

Yes, the edgewall site is running a development version of Trac, but it's not updated with every checkin. This fix was committed after the last time the server was updated.

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.