Closed (fixed)
Project:
Scald: Media Management made easy
Version:
7.x-1.x-dev
Component:
Scald core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2013 at 14:27 UTC
Updated:
30 Apr 2013 at 15:30 UTC
When I use an image style transcoder on an atom without a thumbnail, the transcoder will be applied to the default thumbnail. But because the default thumbnail is in the module directory, not in the public files directory I get a 403 Forbidden error for the file sites/default/files/styles/mystyle/public/sites/all/modules/contrib/scald/assets/thumbnail_default.png?itok=G2i1bONO.
The default thumbnail should be copied to the files directory and be used from there.
| Comment | File | Size | Author |
|---|---|---|---|
| scald-default_thumbnail.patch | 2.08 KB | Volx |
Comments
Comment #1
jcisio commentedI committed a simplified patch http://drupalcode.org/project/scald.git/commitdiff/d55f963. Thanks.