Hey all, I'm really new at this and trying to troubleshoot a problem with an existing environment, so forgive me if i'm not sure exactly what i'm doing and familiar with trac. Basically i'm trying to set it so that loading a trac site opens up to something other then the Wiki page, in this case I want it to open the Browser page.
As far as I can tell, all I need to do is edit the trac.ini and add default_handler = BrowserModule under [trac] When doing so, loading the page returns the following - Trac detected an internal error: KeyError: 'page' The Python Traceback shows - File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/ main.py", line 435, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/ main.py", line 216, in dispatch template, data, content_type = \ File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/ main.py", line 311, in _post_process_request resp = f.post_process_request(req, *resp) File "/home/svn/admin/trac/plugins/TracWikiRename-2.1.1-py2.4.egg/ wikirename/web_ui.py", line 64, in post_process_request System Information: User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 1.1.4322; InfoPath.3) Trac: 0.11.4 Python: 2.4.3 (#1, Sep 17 2008, 16:07:08) [GCC 4.1.2 20071124 (Red Hat 4.1.2-41)] setuptools: 0.6c9 SQLite: 3.5.9 pysqlite: 1.1.7 Genshi: 0.5.1 mod_python: 3.2.8 Pygments: 1.1.1 Subversion: 1.6.1 (r37116) jQuery: 1.2.6 Can anyone help with what this means and how to fix it, or point me in the right direction? Is it just something with the TracWikiRename plugin that shows up and is that easily disabled? Thanks! -- 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.
