id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 1661,RuntimeError: maximum recursion depth exceeded,Stefan.Galinski@…,Noah Kantrowitz,"I have got the error message if i click on any link in the project index (all /projects/ links). I havent found any hint to fix the problem, but some small url rewrites can do the job also. The next part of the report describes the rewrite workaround. File: your specific trac configuration file of the webserver Content: (Only the necessary parts for the workaround) {{{ #### RewriteEngine on RedirectMatch ^/mainEnv$ http://taco11.taco.frm2:8000/ RedirectMatch ^/projects/env1$ http://taco11.taco.frm2:8000/env1 RedirectMatch ^/projects/env2$ http://taco11.taco.frm2:8000/env2 SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/lib/trac/mainEnv PythonOption TracUriRoot / SetEnv PYTHON_EGG_CACHE /usr/share/trac/egg_cache PythonOption TracEnv """" PythonOption TracEnvParentDir /var/lib/trac #### }}} ",defect,closed,high,TracForgePlugin,blocker,duplicate,maximum recursion depth exceeded,,0.10