使用紙夾上傳圖像誤差:回形針::錯誤:: NotIdentifiedByImageMagickError:
命令::識別-format%WX%H '/tmp/103120121106-20384-i7dnzy.png[0]'[紙夾]一種收到錯誤,同時處理: #<回形針::錯誤:: NotIdentifiedByImageMagickError:/tmp/103120121106-20384-i7dnzy.png不被 '識別' 命令可識別>
我發現識別。
[email protected]:/nxbbs$ type identify
identify is hashed (/usr/local/bin/identify)
[email protected]:/nxbbs$ convert logo: 2.jpg
[email protected]:/nxbbs$ identify 2.jpg
2.jpg GIF 640x480 640x480+0+0 8-bit sRGB 256c 31.7KB 0.000u 0:00.000
在配置/環境/ development.rb
Paperclip.options[:command_path] = "/user/local/bin"
在應用程序/模型/ user.rb
attr_accessible :avatar
has_attached_file :avatar, :styles=> {:s120 => "120x120>",:s48 => "48x48>",:s16 => "16x16>"}
請幫助我,我無法找到問題
你的路徑在'development.rb'中是錯誤的。應該是'/ usr /'而不是'/ user /'。 – Chloe