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.