#627 closed defect (fixed)
Attachments problem in multiproject mod.Python configuration
Reported by: | 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
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:
Please reopen this ticket if it still doesn't work.