Opened 16 years ago
Closed 16 years ago
#8308 closed defect (duplicate)
Attachments not have stopped working after upgrade
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | attachment | Version: | 0.11.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have just upgraded to 0.11.1 using apt.
Everything is working perfectly except for attachments. When a user clicks "Add attachment" after browsing for the file using the file input dialog, the file is does not appear in "Attachments" box on the next page. The file is also not in the <ProjectName>/attachments directory in the trac environment. I have verified the POST is created properly using the correct base URL using Firebug.
Debug log:
2009-05-20 09:49:06,561 Trac[main] DEBUG: Dispatching <Request "GET u'/attachment/wiki/ClassDB/'"> 2009-05-20 09:49:06,586 Trac[svn_fs] DEBUG: Subversion bindings imported 2009-05-20 09:49:06,589 Trac[api] DEBUG: action controllers for ticket workflow: ConfigurableTicketWorkflow 2009-05-20 09:49:06,589 Trac[chrome] DEBUG: Prepare chrome data for request 2009-05-20 09:49:06,643 Trac[session] DEBUG: Retrieving session for ID u'jamescw' 2009-05-20 09:49:06,922 Trac[main] DEBUG: 1687 unreachable objects found. 2009-05-20 09:49:14,977 Trac[main] DEBUG: Dispatching <Request "POST u'/attachment/wiki/ClassDB/'"> 2009-05-20 09:49:14,992 Trac[chrome] DEBUG: Prepare chrome data for request 2009-05-20 09:49:15,001 Trac[session] DEBUG: Retrieving session for ID u'jamescw' 2009-05-20 09:49:15,041 Trac[main] DEBUG: 467 unreachable objects found.
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank you. The problem was indeed a duplicate of #7076. upgrading to the latest stable build fixed this issue.
comment:5 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
If you're using Python 2.6, then it must be a duplicate of #7876. Please upgrade to at least 0.11.3.