Posted by Micha1111 on June 17, 2010 at 3:56pm
2 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.0-alpha5 |
| Component: | image system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
fresh installation of 7.0-alpha5
creation of first article
upload first image (xy.jpg, 1988 KB, 3648 x 2432)
after image upload image file is stored in
sites/default/files/field/image
but folders
sites/default/files/styles/thumbnail/field/image
and
sites/default/files/styles/large/field/image
are empty
there is no medium folder/path in my directory structure (why not ?)
only file name xy.jpg (1.94MB) is shown in article creation form (because there is no thumbnail)
I think imagecache didn't create a thumbnail and a large image
Comments
#1
That images derivatives are only created on demand is by design. See tstoeckler's response to this issue in the link below.
http://drupal.org/node/888574#comment-3803636