For windows, make sure you close down the rails server and any command
prompt instances and restart them. The imagemagick install path in
program files (the folder containing identify.exe) needs to be
accessible in the PATH variable. To check type echo %PATH% in the
command prompt. If the imagemagick installation folder shows, the
rails app should function.

On Oct 10, 7:33 pm, about2flip <mnu...@gmail.com> wrote:
> I'm getting this error for windows setup does this solution work?
> Going Gray trying to figure out why I am getting the error.
>
> THanks for your help.
>
> On Sep 4, 3:40 am, Rails List <rails-mailing-l...@andreas-s.net>
> wrote:
>
>
>
> > Wasim Akram wrote:
> > > I've installed image magick.............
> > > but it still shows the error message "/LOCALS~1/Temp/stream.3468.0 is
> > >notrecognized
> > > by the 'identify'command.".Is that i need to install it in the
> > > project folder and give me some ways on how to compile it .or any
> > > other gems avilable for this paperclip to work.
> > > i'm in urgent need
>
> > > Plz help me in this regard...
>
> > Use this:
>
> > has_attached_file :image, :url => "/:attachment/:id_:style.:extension",
> > :path => ":rails_root/public/:attachment/:id_:style.:extension", :styles
> > => { :original => "500x500>" }
>
> > Let me know how it goes.  I have an working application that you can
> > download fromhttp://www.classifiedscript.in
>
> > Cheers
> > --
> > Posted viahttp://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to