On Mar 25, 6:17 pm, fumanstan <[email protected]> wrote: > Any thoughts? :( > > On Mar 18, 12:54 pm, fumanstan <[email protected]> wrote: > > 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
It sure looks like TracWikiRename plugin presumes that Wiki module is the default handler. That must be a bug, so check trac-hacks.org to see if that is reported already against the plugin. Disable that plugin, and things should work fine. :::simon https://www.coderesort.com http://www.ohloh.net/accounts/osimons -- 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.
