Edgewall Software

Ticket #627 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Attachments problem in multiproject mod.Python configuration

Reported by: wir@… Owned by: cmlenz
Priority: normal Milestone: 0.8
Component: web frontend/mod_python Version: 0.7.1
Severity: normal Keywords:
Cc:

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

Change History

Changed 4 years ago by jonas

  • status changed from new to closed
  • resolution set to fixed

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.

Changed 4 years ago by cmlenz

  • milestone changed from 0.7.2 to 0.8

0.7.2 is cancelled

Add/Change #627 (Attachments problem in multiproject mod.Python configuration)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cmlenz. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.