MymsMan
Ad detector
For some reason I ended up with an orphan hmt file but when I tried to delete it it via webif failed (and all subsequent deletes in the batch were lost) - no message on browse menu but log shows.
Delete shouldn't fail because it already exists in dustbin - either add a suffix to file name in dustbin or just quietly kill file if it is already in bin.
I know I can manually rename the file myself and then delete it to get around the problem
Unconnected problem:
Sometimes when I select files in the browse menu the Delete button appears active (not greyed out) but does nothing when clicked - I can see nothing in logs or browser console and haven't spotted any thing else to differentiate occasions when it works from those that it doesn't
Code:
in procedure 'file' called at file "/mod/webif/lib/safe_delete", line 78
5 in procedure 'safe_delete' called at file "/mod/webif/html/browse/delete.jim", line 24
4 /mod/webif/lib/safe_delete:78: Error: error copying "/media/My Video/American Pickers_20150507_1535.hmt" to "/media/My Video/[Deleted Items]/American Pickers_20150507_1535.hmt": file already exists
Delete shouldn't fail because it already exists in dustbin - either add a suffix to file name in dustbin or just quietly kill file if it is already in bin.
I know I can manually rename the file myself and then delete it to get around the problem
Unconnected problem:
Sometimes when I select files in the browse menu the Delete button appears active (not greyed out) but does nothing when clicked - I can see nothing in logs or browser console and haven't spotted any thing else to differentiate occasions when it works from those that it doesn't