Opened 16 years ago
Closed 16 years ago
#3618 closed defect (fixed)
Can not delete screenshots once in the system.
Reported by: | anonymous | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | ScreenshotsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
After adding screenshots, I am unable to delete them. If I shut the Apache Server down I can delete them manually.
System Specs
ScreenshotPlugin: 0.11
Trac: 0.11
Server: Apache 2.4 + mod_python 3.3.1
Database: sqlite 3.5.4
OS: Windows 2003
Debug Log file:
2008-08-27 10:08:28,107 Trac[api] DEBUG: DELETE FROM screenshot WHERE id = 2
2008-08-27 10:08:28,107 Trac[api] DEBUG: DELETE FROM screenshot_version WHERE screenshot = 2
2008-08-27 10:08:28,107 Trac[api] DEBUG: DELETE FROM screenshot_component WHERE screenshot = 2
2008-08-27 10:08:28,107 Trac[core] DEBUG: path: Dprojects/screenshots/2
2008-08-27 10:08:28,107 Trac[main] WARNING: 500 Trac Error (Error deleting screenshot. Original message was: [Error 3] The system cannot find the path specified: u'Dprojects/screenshots/2
*.*')
Trac Reported Error:
Error deleting screenshot. Original message was: [Error 3] The system cannot find the path specified: u'Dprojects/screenshots/2
*.*'
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
That did it! Beautiful! Thanks for the quick reply.
Hi. Revision r4192 should fix it. Please test.