Note that there are some explanatory texts on larger screens.

plurals
  1. POPaper Clip failing to save attachment
    primarykey
    data
    text
    <p>I'm using Ruby 1.9 and Rails 2.3.4 with Paperclip gem to save attachments. and I followed tutorial by adding the proper migration, adding (has_attached_file :video) to the model, making the form (multipart) and adding &lt;%= f.file_field :video %> to it...</p> <p>When I try to upload a file I look in the log and I see:</p> <pre><code>[paperclip] Saving attachments. </code></pre> <p>But the file isn't really uploaded and the extra fields that have been added by paperclip are all NULLs!!</p> <p>The fact that it's not throwing any error making me confused where to start looking for possible issues. I'm using MAC OSX Leopard, is it possible that it's a permissions thing? if so how can I give "sudo" permission to my app?</p> <p>Any ideas what the problem is or how I can display better logging to know where to look for problems.</p> <p>Thanks,</p> <p>Tam</p> <p>The log:</p> <pre><code> SQL (0.2ms) SET NAMES 'utf8' SQL (0.2ms) SET SQL_AUTO_IS_NULL=0 Processing PostsController#create (for 127.0.0.1 at 2009-09-26 17:08:26) [POST] Parameters: {"authenticity_token"=&gt;"ZhEzTVQScgZxV9KY0Eo+sG5sHwn1kHgykvy11ovvfSU=", "post"=&gt;{"title"=&gt;"asd fasdf ", "description"=&gt;"asdf as fasd f", "video"=&gt;#&lt;File:/var/folders/RH/RHekFGKME9uDJbX4d4DG3E+++TI/-Tmp-/RackMultipart20090926-27216-m28uwg-0&gt;, "video_link"=&gt;"", "is_notify_when_comment"=&gt;"0"}} I'm in load_user User Columns (3.7ms) SHOW FIELDS FROM `users` User Load (0.6ms) SELECT * FROM `users` WHERE (`users`.`id` = 3) LIMIT 1 Post Columns (3.0ms) SHOW FIELDS FROM `posts` WARNING: Can't mass-assign these protected attributes: video SQL (0.2ms) BEGIN Post Create (0.4ms) INSERT INTO `posts` (`title`, `description`, `video_link`, `is_notify_when_comment`, `view_count`, `is_ours`, `votes_up_count`, `votes_down_count`, `flag_count`, `is_deleted`, `user_id`, `created_at`, `updated_at`, `video_file_name`, `video_content_type`, `video_file_size`, `video_updated_at`) VALUES('asd fasdf ', 'asdf as fasd f', '', 0, 0, 0, 0, 0, 0, 0, 3, '2009-09-27 00:08:27', '2009-09-27 00:08:27', NULL, NULL, NULL, NULL) [paperclip] Saving attachments. SQL (24.0ms) COMMIT Redirected to http://localhost:3000/posts/10 Completed in 477ms (DB: 32) | 302 Found [http://localhost/posts] </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload