Modify

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#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)

Change History (5)

comment:1 Changed 7 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

You have childtickets 2.5.2. Please install 2.5.5dev from the trunk.

Last edited 7 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 7 years ago by anonymous

2.5.5dev from trunk works, thanks!

comment:3 Changed 6 years ago by anonymous

I am affected as well - a new release would be nice!

comment:4 Changed 6 years ago by Ryan J Ollos

In 17043:

Tracchildtickets 2.5.5: Release and bump version on trunk

Refs #13088.

comment:5 Changed 6 years ago by Ryan J Ollos

Consider it released.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Mark Ryan.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.