Hi,
I installed TicketValidation plugin by following the instruction: Install the TicketValidation plug-in: easy_install -Z https://www.matbooth.co.uk/svn/trunk/ticketvalidation/ Ensure the plug-in is enabled in trac.ini: [components] ticketvalidation.* = enabled Once configured, Trac administrators will find a new ticket system admin panel for maintaining ticket validation rules. After that, I restart httpd and tracd processes. When I go to trac page, I got the following errors on the web page: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 367, in send_error 'text/html') File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 694, in render_template stream |= self._filter_stream(req, method, filename, stream, data) File "/usr/lib64/python2.4/site-packages/genshi/core.py", line 128, in __or__ return Stream(_ensure(function(self)), serializer=self.serializer) File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 781, in inner data) File "/usr/lib/python2.4/site-packages/TicketValidation-0.0.1dev_r185-py2.4.egg/ticketvalidation/rules.py", line 172, in filter_stream if not req.path_info.startswith(('/newticket', '/ticket')): TypeError: coercing to Unicode: need string or buffer, tuple found Can anyone give me some advices how to fix or use this plugin? Thanks a lot, Steven -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.