OK, I will try to make it more clear. I use dreamehost virtual web server, so I only got user space permissions.
I install the openid plugin, it works fine to verify user, but The modify author in history shows the url not the user name. please check bellow 3 10 days https://www.google.com/accounts/o8/id?id=aitoawnn8-fudz_6uewsoqpvvpfqkagsd3eqxoe 2 11 days https://www.google.com/accounts/o8/id?id=aitoawnn8-fudz_6uewsoqpvvpfqkagsd3eqxoe Initial Update I wanna make it show the author with "bill" . Then I tried http://trac.edgewall.org/ticket/7339 with Matt Caron's suggestion. then I patch my .11.6's source code, then redo deploy. as it based on fcgi, so I do pkill fcgi to refresh the web. It still show the openid url. Is the patch in http://trac.edgewall.org/ticket/7339 not the right solution for me? On Fri, Mar 05, 2010 at 08:20:56AM -0500, Olemis Lang wrote: > > On Wed, Mar 03, 2010 at 05:18:50PM -0500, Olemis Lang wrote: > >> On Wed, Mar 3, 2010 at 5:12 PM, Matt Caron <[email protected]> wrote: > >> >> but no effects till now, where did i go wrong? or it's the cache in > >> >> server, if so anyway to make it take effects quickly? > >> > > >> > >> Linux ... > >> > >> sudo kill -s HUP `pgrep apache2` > >> sudo kill -s HUP `pgrep httpd` > >> ... > > > 2010/3/4 Bill <[email protected]>: > > I use > > pkill trac.fcgi > > > > but still no effects. I am confused. then I follow the guide in > > TracUpgrade with 2 bellow command: > > > > trac-admin /path/to/projenv upgrade > > trac-admin /path/to/projenv wiki upgrade > > > > still no effects, > > > > Then try > > > > trac-admin /path/to/env deploy /deploy/directory/path > > > > still can't work, > > > > How to debug it, to make it ?function ? > > > > If you don't explain things in more detail it will be hard to tell > you. However it seems that your issues are related to permissions and > AFAIK, Trac cannot do ?something? if admins specified not to do it > > ;o) > > I suppose that, most of the time, solution depends on the > possibilities and services offered by your hosting provider ... > -- 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.
