Modify ↓
#7238 closed defect (fixed)
Can't add attachment with trac 0.12 RC1
Reported by: | anonymous | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Please have a look at the log:
2010-06-11 12:48:46,214 Trac[authz_policy] DEBUG: Checking ATTACHMENT_CREATE on discussion:topic/5@*/attachment:*@* 2010-06-11 12:48:46,214 Trac[authz_policy] DEBUG: Checking DISCUSSION_ATTACH on discussion:topic/5@*/attachment:*@* 2010-06-11 12:48:46,214 Trac[api] DEBUG: SELECT id, forum, subject, time, author, subscribers, body FROM topic WHERE id = 5 2010-06-11 12:48:46,214 Trac[main] WARNING: HTTPNotFound: 404 Trac-Fehler (Die Seite Topic #5 ist nicht vorhanden. Sie können keinen Anhang erstellen.)
Of course, topic 5 exists:
SELECT id, forum, subject, time, author, subscribers, body FROM topic WHERE id = 5
id | forum | subject | time | author | subscribers | body |
5 | 4 | TeamSpeak | 1272380583 | Müller | Wo bekomme ich die Daten für den TeamSpeak her? TeamSpeak Version: Server IP: Port: Server Passwort: Channel: Channel Passwort: |
1 row(s) returned [0 ms taken]
Do you have some suggestions?
Thanks in advance
Markus
Attachments (0)
Change History (6)
comment:1 Changed 14 years ago by
Cc: | atrav99@… added; anonymous removed |
---|
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Please try if r8112 fixes that because I don't have 0.12 installed yet.
comment:6 Changed 14 years ago by
Cc: | anonymous added; atrav99@… removed |
---|
Note: See
TracTickets for help on using
tickets.
Ok. It seems that Resource API in 0.12 changed slightly:
http://trac.edgewall.org/browser/trunk/trac/resource.py#L73
I'll add implementation of this interface method at the evening...