-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clipped doesn't seem to be generating thumbnails on upload #68
Comments
Hmm. That stack trace doesn't reveal much. What sizes of images are being created? Can you look in your file system (wherever that is) and see what files you have? |
I've got the two images uploaded and sized to 256x256, located at
and
It doesn't seem to be generating any other sizes at all for some reason. |
That's what I figured. This means that there's something wrong on your system and that we should fail more gracefully in that event. I don't have time at the moment to look, but I'll try to track down the error. In the meantime, can you try to check things in a console. |
Rails console >> Asset.thumbnail_sizes
=> {} Checking Asset.all returns a list containing the assets I've uploaded. Should I maybe try adding some thumbnail sizes to Asset.thumbnail_sizes and see if that works? |
When I upload a picture and insert using the insert button on the asset thumbnail (which is blank for some reason), it generates the tag
as expected. However, when I go to the page, I get an error:
Full trace here: http://pastebin.com/rd8B00Fv
I've already tried installing the ImageMagick dev libraries and putting
in my radiant_config.rb and my clipped_config.rb (alternately, not concurrently), since I use Passenger, but the issue persists. Any ideas?
Thanks,
-Dave Nearing
The text was updated successfully, but these errors were encountered: