Hi Christoph, Yup - it was the server.webpath! What's weird, though, is that I tried it with a different config, but that didn't seem to work ... here's what I have ...
a dev.cfg which is configured for the hosting env for development. This has the server.webpath set. a los.cfg which is configured for my local machine which doesn't have the server.webpath set. I tried starting the toolbox like this: > tg-admin -c los.cfg toolbox and like this: > tg-admin --config los.cfg toolbox But in both cases I got the 404. Only when I comment out the server.webpath from the dev.cfg does the toolbox work. But at least I now have an easy way of getting to the toolbox again!! :D Thanks for your help ;) Cheers, C On Oct 18, 12:43 pm, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > Unfortunately there's no error message other than the 404 ... here's a > > grab of what I see: > > > 18/Oct/2008:11:44:37 HTTP INFO Page handler: "The path '/' was not > > found." > > Do you have server.webpath set in your config or other special > configuration options? Toolbox runs under the configuration of your > project and with some of its settings it may not work correctly. > > Some parameters are overwritten > here:http://trac.turbogears.org/browser/tags/1.0.7/turbogears/command/base... > > But it seems some important parameters such as server.webpath have been > forgotten. We need to add these in the code above. > > Let us know if it is server.webpath or if you find any other problematic > setting that should be reset before starting the toolbox. > > -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

