Closed (works as designed)
Project:
Drupal core
Version:
7.0-alpha5
Component:
image system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2010 at 15:56 UTC
Updated:
8 Dec 2010 at 18:39 UTC
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
Comment #1
byrondover commentedThat 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