[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.py#L295 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 -~----------~----~----~----~------~----~------~--~---

