On Friday, June 16, 2017 at 6:38:46 AM UTC-7, ivanelson wrote: > > Hi, > > Return this error when accessing the url: http://mytrac.com/rpc > > > 2017-06-16 10:35:01,471 Trac[main] ERROR: Internal Server Error: > <RequestWithSession "GET '/rpc'">, referrer 'http://sistemas.claudinos > > a.com.br/query?status=accepted&status=approved&status=assigned&status=needs_work&status=reopened&equipe=!&col=id&col=summary&col=status > &col=type&col=priority&col=milestone&col=component&order=priority' > 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 273, in > dispatch > iterable=chrome.use_chunked_encoding) > File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 1119, in > render_template > stream = template.generate(**data) > File > "/usr/local/lib/python2.7/dist-packages/Genshi-0.7-py2.7-linux-x86_64.egg/genshi/template/base.py", > > line 545, in generate > stream = self.stream > File > "/usr/local/lib/python2.7/dist-packages/Genshi-0.7-py2.7-linux-x86_64.egg/genshi/template/base.py", > > line 455, in stream > self._stream = list(self._prepare(self._stream)) > File > "/usr/local/lib/python2.7/dist-packages/Genshi-0.7-py2.7-linux-x86_64.egg/genshi/template/base.py", > > line 505, in _prepare > cls=cls or self.__class__) > File > "/usr/local/lib/python2.7/dist-packages/Genshi-0.7-py2.7-linux-x86_64.egg/genshi/template/loader.py", > > line 246, in load > raise TemplateNotFound(filename, search_path) > TemplateNotFound: Template "macros.html" not found >
You'll need to update your XmlRpcPlugin installation. https://trac-hacks.org/changeset/14872/xmlrpcplugin - Ryan -- 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.
