On Jun 3, 2:39 am, Marius Mårnes Mathiesen <[email protected]> wrote: > On 3. juni. 2009, at 05.39, prlawrence wrote: > > > > > Now I enter 'barteam' as the team name, and "Team Bar" as the team > > description. I don't add a team image. I click the create team > > button: > > nnn.nn.n.nn - - [02/Jun/2009:22:27:08 -0500] "POST /teams HTTP/1.1" > > 200 2695 "http://gitorious.domain.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 am not redirected to the new team page; the form remains the same! > > In fact, here is the page source that results: > > ... > > <form action="/+barteam" class="edit_group" enctype="multipart/form- > > data" id="edit_group_4" method="post"><div style="margin:0;padding: > > 0"><input name="_method" type="hidden" value="put" /></div> <p> > > <label for="group_name">Team name</label>:<br /> > > <input id="group_name" name="group[name]" size="30" type="text" > > value="barteam" /> </p> > > Now, this is a bit strange; it seems the team was actually created. > The form's action is /+barteam with HTTP PUT (the hidden input named > _method with the value put mimicks HTTP's PUT - which in REST speak > means update). I think if you visit the Team's page: > > http://<your-host>/+barteam
No good. "The page you were looking for doesn't exist." > you'll see the team's web page. In order to investigate this further, > your Rails log (<gitorious_root>/log/<rails_env>.log) would be of > great help as it gives a little more details about what's happening > under the hood… $ ps e | fgrep poller 18932 pts/0 S+ 0:00 fgrep poller LDFLAGS=-L/usr/local/lib -Wl,- rpath,/usr/local/lib HOSTNAME=gitorious.domain.com GEM_HOME=/opt/ruby- enterprise/lib/ruby/gems/1.8/gems SHELL=/bin/bash TERM=xterm HISTSIZE=1000 OLDPWD=/var/www/gitorious USER=git LD_LIBRARY_PATH=/usr/ local/lib LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35: MAIL=/var/spool/mail/git PATH=/opt/ruby-enterprise/bin:/opt/ruby- enterprise/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/ git/bin INPUTRC=/etc/inputrc PWD=/var/www/gitorious/log LANG=en_US.UTF-8 RUBY_HOME=/opt/ruby-enterprise SHLVL=1 HOME=/home/git LOGNAME=git LESSOPEN=|/usr/bin/lesspipe.sh %s G_BROKEN_FILENAMES=1 _=/ bin/fgrep $ pwd /var/www/gitorious/log $ uniq production.log ** ultrasphinx: spelling support not available (raspell configuration raised "uninitialized constant Ultrasphinx::Spell::Aspell") Phil Lawrence --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
