Phil, On 30. mai. 2009, at 23.41, prlawrence wrote: > I can create users, projects, and repos. Trying to create a new team > does nothing, however. > > I see the POST in my httpd/access_log: > nnn.nn.n.nn - - [30/May/2009:16:30:25 -0500] "POST /teams HTTP/1.1" > 200 2721 "http://gitorious.domainname.com/teams/new" "Mozilla/5.0 > (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 > Firefox/3.0.10"
I'm probably a bit slow, but I don't fully get the flow of what's happening: - when going to the new team form: is the form displayed? - if so: do you get any html back after posting? The way it is intended to work is: - you select the form (the URL is /teams/new) - when you submit this form it either: 1) redirects to the newly created team or 2) re-renders the form, with error messages In HTTP speak: GET /teams/new get the form POST /teams create the team Then the server responds with either: 200 There were errors, the form is re-rendered 302 Redirect to the new team page (eg. /+foo-team) > I know the poller is working (in production :-) because I just added > an SSH key to the 2nd user account prior to attempting the team > creation again. That SSH key addition was logged in log/ > message_processing.log. The poller shouldn't be an issue here: there aren't any asyncronous tasks involved in creating a team. Regards, - Marius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" 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/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
