getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

resize() & crop() fail silently if /thumbs/ folder is missing #130

Closed PaulMorel closed 8 years ago

PaulMorel commented 8 years ago

As I figured out in this topic, the resize() and crop() methods on Media objects fail silently when the /thumbs/ folder isn't present.

I'm not sure what would be best, print an error when it happens or create the missing folder.

bastianallgeier commented 8 years ago

The thumb class now tries to create the folder if it does not exist. I think this is the best way to make this more smooth.