Modify ↓
#10254 closed defect (duplicate)
Internal error on 0.11.7
Reported by: | Sam Halliday | Owned by: | Marc |
---|---|---|---|
Priority: | normal | Component: | PeerReviewPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
running with tracd, using the latest ZIP compiled with python 2.7 on OS X
Trac detected an internal error: TypeError: post_process_request() takes exactly 4 arguments (5 given) This is probably a local installation issue. Python Traceback Most recent call last: File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 211, in dispatch self._post_process_request(req, *resp) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Trac-0.11.7-py2.7.egg/trac/web/main.py", line 309, in _post_process_request resp = f.post_process_request(req, *resp)
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
#5183