I have create the folder: "E:\PROJECTS\trac\MyProj?\downloads\"
I set the trac.ini file as follow:
[downloads]
ext = zip gz bz2 rar
path = E:\PROJECTS\trac\MyProj?\downloads\
title = Downloads
unique_filename = false
visible_fields = id file description size time count author tags component version architecture platform type
Then i execute the trac-admin upgrade as required.
then when i try to updload a file an error message appear. It ask me if the folder specified in "path" is existing.
This is the log:
..
10.12.00 Trac[api] DEBUG: ext: zip
10.12.00 Trac[api] DEBUG: filepath: E//PROJECTS/trac/MyProj/downloads/1/addcommentmacro.zip
10.12.00 Trac[api] DEBUG: path: E//PROJECTS/trac/MyProj/downloads/1
10.12.00 Trac[api] DEBUG: [Error 2] Impossibile trovare il percorso specificato: u'E//PROJECTS/trac/SaveEnergy/downloads/1'
10.12.00 Trac[api] DEBUG: DELETE FROM download WHERE id = 1
10.12.00 Trac[chrome] DEBUG: Prepare chrome data for request
10.12.00 Trac[main] WARNING: 500 Trac Error (Error storing file addcommentmacro.zip! Is directory specified in path config option in [downloads] section of trac.ini existing?)
I see that the the path where the plugin is searching is E//PROJECTS/trac/MyProj/downloads/1, instead of E:/PROJECTS/trac/MyProj/downloads/1
Do I have set something wrong?