After upgrading to version 1.2. I'm having this error while trying to create a ticket:
> > 2017-02-17 21:57:16,946 Trac[main] ERROR: Internal Server Error: > <RequestWithSession "GET '/newticket'">, referrer > 'http://sistemas.claudinosa.com.br/timeline' > Traceback (most recent call last): > File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 613, in > _dispatch_request > dispatcher.dispatch(req) > File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 263, in > dispatch > self._post_process_request(req, *resp) > File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 444, in > _post_process_request > resp = f.post_process_request(req, *resp[:-1]) > File > "/usr/local/lib/python2.7/dist-packages/TracSubTicketsPlugin-0.2.0.dev_20130618-py2.7.egg/tracsubtickets/web_ui.py", > > line 73, in post_process_request > children = self.get_children(ticket.id) > File > "/usr/local/lib/python2.7/dist-packages/TracSubTicketsPlugin-0.2.0.dev_20130618-py2.7.egg/tracsubtickets/web_ui.py", > > line 104, in get_children > db = self.env.get_db_cnx() > *AttributeError: 'Environment' object has no attribute 'get_db_cnx'* It looks like something on the plugin side. However, it seems that no one has opened a [1] ticket for the plugin fix. [1] https://trac.edgewall.org/ticket/12334 Best regards. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
