[r...@localhost test]# gem list rmagick

*** LOCAL GEMS ***

rmagick (2.11.1, 2.9.2)

[r...@localhost test]# cat /proc/version
Linux version 2.6.18-92.el5 ([email protected]) (gcc
version 4.1.2 20071124 (Red Hat 1.2-42)) #1 SMP Tue Jun 10 18:51:06
EDT 2008

[r...@localhost test]# yum install ImageMagick
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.datacentre.com.au
 * updates: mirror.datacentre.com.au
 * addons: mirror.datacentre.com.au
 * extras: mirror.datacentre.com.au
Setting up Install Process
Parsing package install arguments
Package ImageMagick-6.2.8.0-4.el5_1.1.x86_64 already installed and
latest version
Package ImageMagick-6.2.8.0-4.el5_1.1.i386 already installed and
latest version
Nothing to do

On Oct 3, 10:17 am, Bruno Bornsztein <[email protected]>
wrote:
> Do you have rmagick installed correctly? (gem list rmagick)?
> What operating system are you on?
>
> On Fri, Oct 2, 2009 at 7:16 PM, LostyJai <[email protected]> wrote:
>
> > Yes that works, no problem.
>
> > I've looked in the logs but it does not seem to have anything related
> > to rmagick:
>
> > Processing PhotosController#create (for 124.170.8.182 at 2009-10-03
> > 17:36:50) [POST]
> >  Session ID:
> > BAh7CzoLZm9ydW1zewA6DnJldHVybl90byIWL2xvc3R5L3Bob3Rvcy9uZXc6
> > C3RvcGljc0AGOhBsYXN0X2FjdGl2ZXU6CVRpbWUNVGQbgAAAgMUiCmZsYXNo
> > SUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1
> > c2VkewA6CXVzZXJpAbc=--5a5f1f970f6d4a7616bc6fc98fe3c26bf2672e67
> >  Parameters: {"photo"=>{"name"=>"Test",
> > "uploaded_data"=>#<ActionController::UploadedStringIO:0x2aaaaf028e40>,
> > "description"=>""}, "commit"=>"Create", "action"=>"create",
> > "controller"=>"photos", "user_id"=>"losty"}
> >   [4;35;1mUser Load (0.000398) [0m    [0mSELECT * FROM `users` WHERE
> > (`users`.`id` = 183) LIMIT 1 [0m
> >     [35;2mvendor/plugins/community_engine/lib/authenticated_system.rb:
> > 15:in `logged_in?' [0m
> >     [35;2mvendor/plugins/community_engine/lib/authenticated_system.rb:
> > 86:in `login_required' [0m
> >   [4;36;1mPhoto Columns (0.000759) [0m    [0;1mSHOW FIELDS FROM
> > `photos` [0m
> >   [4;35;1mSQL (0.000033) [0m    [0mBEGIN [0m
> >     [35;2mapp/controllers/photos_controller.rb:114:in `create' [0m
> >     [35;2mapp/controllers/photos_controller.rb:113:in `create' [0m
> >   [4;36;1mPhoto Create (0.000160) [0m    [0;1mINSERT INTO `photos`
> > (`name`, `content_type`, `updated_at`, `size`, `thumbnail`,
> > `description`, `filename`, `height`, `user_id`, `parent_id`,
> > `created_at`, `width`) VALUES('Test', 'image/gif', '2009-10-03
> > 17:36:50', 10361, NULL, '', 'angel.gif', NULL, 183, NULL, '2009-10-03
> > 17:36:50', NULL) [0m
> >     [36;2mapp/controllers/photos_controller.rb:114:in `create' [0m
> >     [36;2mapp/controllers/photos_controller.rb:113:in `create' [0m
> >   [4;36;1mSQL (0.004411) [0m    [0;1mCOMMIT [0m
> >     [36;2mapp/controllers/photos_controller.rb:114:in `create' [0m
> >     [36;2mapp/controllers/photos_controller.rb:113:in `create' [0m
> >   [4;35;1mSQL (0.000023) [0m    [0mBEGIN [0m
> >     [35;2mvendor/plugins/community_engine/engine_plugins/
> > acts_as_taggable/lib/acts_as_taggable.rb:61:in `tag_with' [0m
> >     [35;2mapp/controllers/photos_controller.rb:115:in `create' [0m
> >     [35;2mapp/controllers/photos_controller.rb:113:in `create' [0m
> >   [4;36;1mTagging Load (0.000202) [0m    [0;1mSELECT * FROM
> > `taggings` WHERE (`taggings`.taggable_id = 2199 AND
> > `taggings`.taggable_type = 'Photo')  [0m
> >     [36;2mvendor/plugins/community_engine/engine_plugins/
> > paginating_find/lib/paginating_find.rb:103:in `find' [0m
> >     [36;2mvendor/plugins/community_engine/engine_plugins/
> > acts_as_taggable/lib/acts_as_taggable.rb:62:in `tag_with' [0m
> >     [36;2mvendor/plugins/community_engine/engine_plugins/
> > acts_as_taggable/lib/acts_as_taggable.rb:61:in `tag_with' [0m
> >     [36;2mapp/controllers/photos_controller.rb:115:in `create' [0m
> >     [36;2mapp/controllers/photos_controller.rb:113:in `create' [0m
> >   [4;35;1mSQL (0.000024) [0m    [0mCOMMIT [0m
> >     [35;2mvendor/plugins/community_engine/engine_plugins/
> > acts_as_taggable/lib/acts_as_taggable.rb:61:in `tag_with' [0m
> >     [35;2mapp/controllers/photos_controller.rb:115:in `create' [0m
> >     [35;2mapp/controllers/photos_controller.rb:113:in `create' [0m
>
> > On Oct 3, 10:07 am, José Juan Castaneyra Matus <[email protected]>
> > wrote:
> > > First, try to check if imagemagick works, run in command line
> > > something like this and verify that works:
>
> > > convert rose.jpg -resize 50% rose.png
>
> > > Also, try to upload files and trace your logs to see something related
> > > with rmagick.
>
> > > El 02/10/2009, a las 19:00, LostyJai escribió:
>
> > > > How would I go about doing this?
>
> > > > I REALLY REALLY NEED HELP! ><
>
> > > > I see "rmagick (2.11.1, 2.9.2)" in my gem list.
>
> > > > And I've installed ImageMagick.
>
> > > > On Oct 3, 9:56 am, José Juan Castaneyra Matus <[email protected]>
> > > > wrote:
> > > >> Hi, you need to check if you have installed imagemagick and if it is
> > > >> working well with rmagick.
>
> > > >> Regards.
>
> > > >> El 02/10/2009, a las 18:36, LostyJai escribió:
>
> > > >>> When I upload a photo, it just contains the original image and does
> > > >>> not resize it.
>
> > > >>> I understand the CE is meant to create 4 copies of the photo
> > > >>> (thumbnail, medium, large, original).
>
> > > >>> How do I go about troubleshooting this?
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to