I'm getting the following exception in my apache error log after installing the MasterTickets plugin. I've read that this can be caused by a misconfigured templates_dir, but mine points to /usr/share/ trac/templates and this does seem to contain the missing error.cs file - so I don't know why this is happening, any help would be much appreciated:
[Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last): [Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n result = object(req) [Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/modpython_frontend.py", line 87, in handler\n gateway.run(dispatch_request) [Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/wsgi.py", line 87, in run \n response = application(self.environ, self._start_response) [Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/main.py", line 425, in dispatch_request\n req.send_error(sys.exc_info(), status=e.code) [Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/api.py", line 380, in send_error\n data = self.hdf.render(template) [Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/clearsilver.py", line 290, in render\n template.parseFile(filename) [Sat Jul 14 11:40:47 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: Error: Traceback (innermost last):\n File "csparse.c", line 294, in cs_parse_file()\n File "neo_hdf.c", line 1982, in hdf_search_path()\nNotFoundError: Path error.cs not found\n [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last): [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n result = object(req) [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/modpython_frontend.py", line 87, in handler\n gateway.run(dispatch_request) [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/wsgi.py", line 87, in run \n response = application(self.environ, self._start_response) [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/main.py", line 425, in dispatch_request\n req.send_error(sys.exc_info(), status=e.code) [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/api.py", line 380, in send_error\n data = self.hdf.render(template) [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.5/ site-packages/trac-0.10.4-py2.5.egg/trac/web/clearsilver.py", line 290, in render\n template.parseFile(filename) [Sat Jul 14 11:48:10 2007] [error] [client 66.25.165.188] PythonHandler trac.web.modpython_frontend: Error: Traceback (innermost last):\n File "csparse.c", line 294, in cs_parse_file()\n File "neo_hdf.c", line 1982, in hdf_search_path()\nNotFoundError: Path error.cs not found\n --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
