Modify

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'D
projects/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 Radek Bartoň

Status: newassigned

Hi. Revision r4192 should fix it. Please test.

comment:2 Changed 16 years ago by anonymous

Resolution: fixed
Status: assignedclosed

That did it! Beautiful! Thanks for the quick reply.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.