On Thu, Jul 16, 2009 at 7:48 AM, Rufinus<[email protected]> wrote: > > Hi, > > I have a trac (0.11.2) installation (with python 2.6) on my server in > which everything is working, except the file upload. The strange thing > is, i get no error, the attach file page is just displayed again. > > the whole trac directory is own by the apache user and group. the > attachment directory has 0777 rights (i know is not neccessary, but im > hopeless here :-) > > the only thing which is writen to the debug log is the same i get for > most of the pages (seems it has nothing todo with the upload itself) > > 2009-07-16 13:45:46,306 Trac[main] DEBUG: Dispatching <Request "POST > u'/attachment/wiki/WikiStart/'"> > 2009-07-16 13:45:46,345 Trac[PyGIT] DEBUG: PyGIT.Storage instance > 151528396 constructed > 2009-07-16 13:45:46,345 Trac[PyGIT] DEBUG: requested weak > PyGIT.Storage instance 151528396 for '/home/git/repositories/ > project.git/' > 2009-07-16 13:45:46,345 Trac[git_fs] INFO: disabled CachedRepository > for '/home/git/repositories/project.git/' > 2009-07-16 13:45:46,350 Trac[chrome] DEBUG: Prepare chrome data for > request > 2009-07-16 13:45:46,356 Trac[session] DEBUG: Retrieving session for ID > u'ludwig' > 2009-07-16 13:45:46,370 Trac[PyGIT] DEBUG: PyGIT.Storage instance > 151528396 destructed > 2009-07-16 13:45:46,388 Trac[main] DEBUG: 485 unreachable objects > found.
This is just debugging info from the garbage collector. Isn't anything you have to worry about. > the setup uses modpython (if its important ?) > > any idea how to fix this ? You might also want to check your Apache logs for insight. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
