You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to update a channel's info i.e. PUT request to /channels/<channel_id>/ but instead sending a POST request with the _method=PUT hack, ASI throws this 500 error:
When you try to update a channel's info i.e. PUT request to /channels/<channel_id>/ but instead sending a POST request with the _method=PUT hack, ASI throws this 500 error:
ActionView::MissingTemplate (Missing template channels/bkYfG20Smr35GSacyIhg8r.erb in view path app/views):
lib/render_extend.rb:15:in
render' app/controllers/application_controller.rb:113:in
get_channel'/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in
service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in
run'/usr/lib/ruby/1.8/webrick/server.rb:173:in
start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in
start'/usr/lib/ruby/1.8/webrick/server.rb:162:in
start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in
start'/usr/lib/ruby/1.8/webrick/server.rb:92:in
each' /usr/lib/ruby/1.8/webrick/server.rb:92:in
start'/usr/lib/ruby/1.8/webrick/server.rb:23:in
start' /usr/lib/ruby/1.8/webrick/server.rb:82:in
start'Rendering rescues/layout (internal_server_error)
However, updating with the normal PUT request works fine.
The text was updated successfully, but these errors were encountered: