Modify ↓
Opened 17 years ago
Closed 8 years ago
#3031 closed defect (worksforme)
Can not upload file on windows.
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
On windows, when I attempt to add a download, it fails with this in the log file:
2008-05-14 23:05:52,826 Trac[main] DEBUG: Dispatching <Request "POST u'/admin/downloads/downloads'"> 2008-05-14 23:05:53,171 Trac[api] DEBUG: context: <Context <Resource 'downloads-admin'>> page: downloads action: post-add 2008-05-14 23:05:53,171 Trac[api] DEBUG: modes: ['downloads-post-add', 'admin-downloads-list'] 2008-05-14 23:05:53,171 Trac[api] DEBUG: INSERT INTO download (description, author, tags, component, platform, version, architecture, file, time, type, size) VALUES (Installer, jfemiani, None, hvm_lib, 1, 1.0, 1, C:\JOHN\hvm\dist\Setup.exe, 1210831553, 1, 3230817) 2008-05-14 23:05:53,171 Trac[api] DEBUG: SELECT id, file, description, size, time, count, author, tags, component, version, architecture, platform, type FROM download WHERE time = 1210831553 2008-05-14 23:05:53,171 Trac[api] DEBUG: ext: exe 2008-05-14 23:05:53,171 Trac[api] DEBUG: filepath: C//JOHN/hvm/dist/Setup.exe 2008-05-14 23:05:53,171 Trac[api] DEBUG: path: C//JOHN/hvm/dist 2008-05-14 23:05:53,171 Trac[api] DEBUG: [Error 2] The system cannot find the path specified: u'C//JOHN/hvm/dist' 2008-05-14 23:05:53,171 Trac[api] DEBUG: DELETE FROM download WHERE id = 1 2008-05-14 23:05:53,171 Trac[main] WARNING: 500 Trac Error (Error storing file C:\JOHN\hvm\dist\Setup.exe! Is directory specified in path config option in [downloads] section of trac.ini existing?) 2008-05-14 23:05:53,171 Trac[chrome] DEBUG: Prepare chrome data for request 2008-05-14 23:05:53,186 Trac[session] DEBUG: Retrieving session for ID u'jfemiani' 2008-05-14 23:05:53,249 Trac[main] DEBUG: 559 unreachable objects found.
The downloads folder exists on the server, and _everybody_ has access to it.
-- John
Attachments (0)
Change History (5)
comment:2 Changed 17 years ago by
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 13 years ago by
Component: | TracDownloaderPlugin → DownloadsPlugin |
---|---|
Owner: | changed from Petr Škoda to Radek Bartoň |
It looks like this should be filed against the DownloadsPlugin.
comment:5 Changed 11 years ago by
Owner: | changed from Radek Bartoň to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:6 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Please reopen if the issue can be reproduced with the latest version of the plugin.
Note: See
TracTickets for help on using
tickets.
contact me at john.femiani at asu.edu