Ticket #3313 (closed defect: fixed)

Opened 5 years ago

Last modified 1 year ago

[Patch] Wikinfo: Fails to work with Trac 0.11

Reported by: ganto82@gmx.ch Assigned to: rjollos
Priority: normal Component: WikinfoPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description

Install Wikinfo-2.0-py2.4.egg via "Admin -> Plugins -> Install Plugin" on Debian with Trac !0.11 and Python 2.4.4-2 and lighttpd 1.4.13-4etch4

Stack-trace:

Unhandled exception in thread started by <bound method Connection.run of <trac.web._fcgi.Connection object at 0xf662584c>>
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 654, in run
    self.process_input()
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 690, in process_input
    self._do_params(rec)
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 789, in _do_params
    self._start_request(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 773, in _start_request
    req.run()
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 582, in run
    self._flush()
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 589, in _flush
    self.stdout.close()
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 348, in close
    self._conn.writeRecord(rec)
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 705, in writeRecord
    rec.write(self._sock)
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 542, in write
    self._sendall(sock, header)
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/_fcgi.py", line 519, in _sendall
    sent = sock.send(data)
socket.error: (32, 'Broken pipe')

When accessing the macros there is error message:

Error: Failed to load processor Wikinfo
No macro or processor named 'Wikinfo' found

Attachments

wikinfoplugin-0.11.zip (2.3 kB) - added by gannis on 01/15/09 05:19:29.
Patch for Trac 0.11

Change History

01/15/09 05:19:29 changed by gannis

  • attachment wikinfoplugin-0.11.zip added.

Patch for Trac 0.11

01/20/09 07:42:19 changed by anonymous

  • owner changed from rede to coderanger.

01/22/10 01:33:23 changed by AdrianFritz

  • summary changed from Wikinfo: Fails to work with Trac 0.11 to [Patch] Wikinfo: Fails to work with Trac 0.11.

05/07/12 09:53:18 changed by rjollos

  • owner changed from coderanger to rjollos.
  • status changed from new to assigned.

05/07/12 09:58:03 changed by rjollos

(In [11539]) Refs #3313: Rewrite of WikinfoPlugin for Trac 0.11 and later.

05/07/12 10:00:37 changed by rjollos

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

Add/Change #3313 ([Patch] Wikinfo: Fails to work with Trac 0.11)




Change Properties
Action