Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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

idforumsubjecttimeauthorsubscribersbody
54TeamSpeak1272380583Mü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 anonymous

Cc: atrav99@… added; anonymous removed

comment:2 Changed 14 years ago by Radek Bartoň

Status: newassigned

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...

comment:3 Changed 14 years ago by anonymous

Wow! Quick answer! Thanks.

comment:4 Changed 14 years ago by Radek Bartoň

Please try if r8112 fixes that because I don't have 0.12 installed yet.

comment:5 Changed 14 years ago by anonymous

Resolution: fixed
Status: assignedclosed

Solved. Thank you.

comment:6 Changed 14 years ago by anonymous

Cc: anonymous added; atrav99@… removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.