Modify ↓
Opened 16 years ago
Closed 13 years ago
#3313 closed defect (fixed)
[Patch] Wikinfo: Fails to work with Trac 0.11
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
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 (1)
Change History (6)
Changed 16 years ago by
Attachment: | wikinfoplugin-0.11.zip added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Jani Tiainen to Noah Kantrowitz |
---|
comment:2 Changed 15 years ago by
Summary: | Wikinfo: Fails to work with Trac 0.11 → [Patch] Wikinfo: Fails to work with Trac 0.11 |
---|
comment:3 Changed 13 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
(In [11539]) Refs #3313: Rewrite of WikinfoPlugin for Trac 0.11 and later.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Patch for Trac 0.11