Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#627 closed defect (fixed)

Attachments problem in multiproject mod.Python configuration

Reported by: wir@… Owned by: Christopher Lenz
Priority: normal Milestone: 0.8
Component: web frontend/mod_python Version: 0.7.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I had Trac 0.7.1 with standard single project configuration on Windows 2003 server with Apache 2.0 and everything works just fine. Latest week I setup multiproject configuration with mod.Python hamdler as described in Trac and mod_python. In this configuration attachments to Tickets and Wiki do not work: When I try to add new atatchment I get error "Attachment not found"; but old attachments created in previous configuration still accessible. I'm not sure if this problem results from mod.Python handler or multiproject configuration.


Part of the log file:

10:12:24 Trac[core] ERROR: Attachment not found 10:12:24 Trac[core] ERROR: Traceback (most recent call last):

File "C:\Python23\Lib\site-packages\trac\ModPythonHandler.py", line 174, in handler core.dispatch_request(mpr.path_info, args, mpr, env) File "C:\Python23\Lib\site-packages\trac\core.py", line 380, in dispatch_request module.run() File "C:\Python23\Lib\site-packages\trac\Module.py", line 41, in run

self.render()

File "C:\Python23\Lib\site-packages\trac\File.py", line 128, in render

raise util.TracError('Attachment not found')

TracError: Attachment not found

Attachments (0)

Change History (2)

comment:1 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: newclosed

This has been fixed in the 0.7-stable branch and will be included in the 0.7.2 release.

use this command to checkout the stable branch:

svn co http://svn.edgewall.com/repos/trac/branches/0.7-stable

Please reopen this ticket if it still doesn't work.

comment:2 by Christopher Lenz, 20 years ago

Milestone: 0.7.20.8

0.7.2 is cancelled

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.