Basically, Thumbnails are not available upfront.

There are 2 well hidden things to do in order to get them
- installing AHAH response (no dependendy control, not mentionned anywhere)
- activating Converters submodule
- re-run Conversion for each image missing thumbnails from it node (
Now the problem
Thumnails are only created when an image is manually uploaded
They are not when a file is uploaded by WebDAV

Fantastic module: if it did not exist, I would have abandonned Drupal
I wish it could be better supported, a little bit documented, and made accessible for common human beings.

Comments

miglius’s picture

AHAH response is not a dependency. File Framework should work fine without it.

Once converters submodule is activated the missing thumbnails (as other derivatives) will be created from the cron runs or alternatively can be created at once by using a File Framework provided drush commands.

jvieille’s picture

Category: bug » support
Status: Active » Closed (fixed)

OK, I've seen this.
I was fooled by the appearence of the thumbails at the time the AHAH response was activated.

Thinking at the dramatically missing documentation of FF and associated modules, I can only imagine the brilliant work behind it...