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
<r:asset:image size="normal" id="1" />
as expected. However, when I go to the page, I get an error:
AssetTags::TagError in Admin/pagesController#preview
asset Professor A has no 'normal' thumbnail
Full trace here: http://pastebin.com/rd8B00Fv
I've already tried installing the ImageMagick dev libraries and putting
Paperclip.options[:command_path => '/usr/bin/mogrify' ]
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
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