On Thursday, May 14, 2015 at 3:54:32 PM UTC-7, Rick Macdonald wrote: > > > I've gone back forth having the SetHandler enabled or commented out. I > think that was when they moved the account to Ubuntu without python 2.5. It > took me awhile to figure out why I was having what appeared to be access > problems. To be honest, I don't know if it makes any difference. >
Thanks for the info. Could you also provide a file listing of everything in the "trac" directory, except attachments? I think the following, run from the trac directory, should give that: find . -path ./files -prune -o -print -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
