Modify ↓
Opened 12 years ago
Closed 12 years ago
#10285 closed defect (fixed)
Can't upload attachments
Reported by: | Ryan J Ollos | Owned by: | Michael Renzmann |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Steffen Hoffmann, osimons | Trac Release: | 0.12 |
Description
As initially reported in this Google Groups post and on IRC, it is not possible to upload attachments. This seems to be caused by the the configuration changes that were made before the site was brought back online around the 4th of September.
Attachments (1)
Change History (3)
comment:1 Changed 12 years ago by
Cc: | osimons added |
---|
Changed 12 years ago by
Attachment: | ajax-loader.gif added |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yeah, trac:ticket:7876 is the pointer with Trac fix in trac:changeset:7774.
I have backported the patch to local source checkout, and reinstalled + restarted. => Works again.
Note: See
TracTickets for help on using
tickets.
When developing under Trac 0.11, I've observed the issue in which attachment uploads silently fail. Full Python 2.6 compatibility wasn't achieved until at least 0.11.4 (t:ChangeLog#a0.11.4). Trac 0.11.3 and earlier appear to be incompatible with Python 2.6 (t:#7876). I'm going to do a quick test to confirm that I cannot upload attachments in a Trac 0.10.6 environment that uses Python 2.6, and can upload attachments in a Trac 0.10.6 environment that uses Python 2.5.