Skip to content

Instantly share code, notes, and snippets.

@davidxkr
Created May 1, 2013 16:52
Show Gist options
  • Save davidxkr/5496544 to your computer and use it in GitHub Desktop.
Save davidxkr/5496544 to your computer and use it in GitHub Desktop.
RailsSettings::Settings::SettingNotFound in Admin::ConfigurationsController#update
Setting variable "footer_image" not found
Rails.root: /Users/david_xkr/proyectos/pp_peru
Application Trace | Framework Trace | Full Trace
lib/image_creator.rb:36:in `upload_images'
app/controllers/admin/configurations_controller.rb:37:in `upload_style_images'
app/controllers/admin/configurations_controller.rb:15:in `update'
Request
Parameters:
{"utf8"=>"✓",
"_method"=>"put",
"authenticity_token"=>"DE1HrS0G3SmLpsB7uvlgOXlWHVAtAEZ5JUuGpZzeAFI=",
"setting"=>{"site_name"=>"",
"comments_limit"=>"",
"color1"=>"#d12626",
"color2"=>"#877373",
"color3"=>"#a83939",
"color4"=>"#821e1e",
"color5"=>"#6017bd",
"text_font_family"=>"",
"text_font_size"=>"",
"text_color"=>"",
"link_color"=>"",
"link_color_hover"=>"",
"home_main_content"=>"<p>este es un rollo&nbsp;</p>",
"centro_de_noticas_title"=>"",
"centro_de_noticas_subtitle"=>"",
"centro_educacional_title"=>"",
"centro_educacional_subtitle"=>"",
"centro_de_debates_title"=>"",
"centro_de_debates_subtitle"=>"",
"propuesta_ciudadana_title"=>"",
"propuesta_ciudadana_subtitle"=>"",
"objetivos_title"=>"",
"objetivos_subtitle"=>""},
"background_image"=>{"image_x"=>"0",
"image_y"=>"0"},
"commit"=>"Actualizar"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment