The error could be so many things, these details that you gived are not sufficient...
Did you check your log files for any possible error? Are you sure that MiniMagick is working well? The new version of rails is installed correctly? Did you tryed to upload different kinds of files? Give a little more details please On 27 mayo, 02:09, Michal Burak <[email protected]> wrote: > Hi, > > After upgrade to Rails 2.3.2 I have a problem with attachments. > > After uploading the attachment in the images table there is a new > record. But the file does not exist on the file system. > > has_attachment :content_type => :image, > :storage => :file_system, > :size => 0.megabyte..2.megabytes, > :thumbnails => { :thumb => '150x150>', > :thumb72 => '72x72>', > :thumb90 => '90x90>', > :thumb150fixed => '150x', > :thumb120 => '120x120>', > :thumb300 => '300x300>', > :thumb400 => '400x400>', > :thumb500 => '500x500>' > }, > :processor => MiniMagick > > Any help appreciated. > > Michal. > -- > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

