search for: file_system_backend

Displaying 2 results from an estimated 2 matches for "file_system_backend".

2007 Dec 13
4
Attachment_fu problems on updates
...updating the member, while selecting a new picture, an error is thrown: can''t convert nil into String RAILS_ROOT: /Users/chris/Documents/Projects/Rails/CommunityCMS/trunk Application Trace | Framework Trace | Full Trace vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb:21:in `join'' vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb:21:in `full_filename'' vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:281:in `temp_paths'' vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu...
2010 Jul 11
0
Attachement_fu error when updating existing photos
Hi, I am attempting to replace an exiting photo with a new one uploaded by the user. I am using attachment_fu and I am coming up with the following exception: can''t convert nil into String /vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb:23:in `join'' /vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb:23:in `full_filename'' /vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:369:in `temp_paths'' /vendor/plugins/attachment_fu/lib/technoweenie/attachment...