Modify ↓
#13088 closed defect (worksforme)
Not working with Trac 1.2?
Reported by: | anonymous | Owned by: | Mark Ryan |
---|---|---|---|
Priority: | normal | Component: | ChildTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
I installed this in Trac 1.2 (Python 2.7) and even simply enabling the plugin:
[components] tracopt.versioncontrol.svn.* = enabled childtickets.* = enabled
causes an Internal Error with the message:
Oops… Trac detected an internal error: TypeError: childtickets() takes exactly 2 arguments (1 given)
Python Traceback Most recent call last: File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 613, in _dispatch_request File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 273, in dispatch File "/usr/lib/python2.7/site-packages/trac/web/chrome.py", line 1123, in render_template File "/usr/lib/python2.7/site-packages/Genshi-0.7-py2.7-linux-i686.egg/genshi/core.py", line 133, in __or__ File "/usr/lib/python2.7/site-packages/trac/web/chrome.py", line 1436, in inner File "/usr/lib/python2.7/site-packages/Tracchildtickets-2.5.2-py2.7.egg/childtickets/childtickets.py", line 146, in filter_stream File "/usr/lib/python2.7/site-packages/trac/cache.py", line 73, in __get__ File "/usr/lib/python2.7/site-packages/trac/cache.py", line 242, in get
System Information
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0 Package Version Trac 1.2 Genshi 0.7 (with speedups) mod_python 3.5.0- MySQL server: "5.5.39-log", client: "5.5.39", thread-safe: 1 MySQLdb 1.2.5 Python 2.7.5 (default, Jan 22 2014, 18:47:37) [GCC 4.7.3] setuptools 2.2 Subversion 1.8.14 (r1692801) jQuery 1.11.3 jQuery UI 1.11.4 jQuery Timepicker 1.5.5
Attachments (0)
Note: See
TracTickets for help on using
tickets.
You have childtickets 2.5.2. Please install 2.5.5dev from the trunk.