Guest User

Untitled

a guest
Sep 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 2.38 KB | None | 0 0
  1. Started GET "/users/9/edit" for 10.0.2.21 at Tue Aug 21 13:37:28 +0200 2012
  2. Processing by UsersController#edit as HTML
  3.   Parameters: {"id"=>"9"}
  4. DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_users_edit_html_erb___2088953057_70251841079260 at /var/lib/redmine/app/views/users/edit.html.erb:4)
  5.   Rendered users/_mail_notifications.html.erb (13.9ms)
  6.   Rendered users/_preferences.html.erb (11.3ms)
  7.   Rendered users/_form.html.erb (36.2ms)
  8.   Rendered users/_general.html.erb (40.5ms)
  9. DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.0. (called from _app_views_users__memberships_html_erb___1586382760_70251837771040 at /var/lib/redmine/app/views/users/_memberships.html.erb:32)
  10. DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.0. (called from _app_views_users__memberships_html_erb___1586382760_70251837771040 at /var/lib/redmine/app/views/users/_memberships.html.erb:38)
  11.   Rendered users/_memberships.html.erb (33.6ms)
  12.   Rendered common/_tabs.html.erb (74.8ms)
  13.   Rendered users/edit.html.erb within layouts/admin (79.3ms)
  14. Completed 500 Internal Server Error in 87ms
  15.  
  16. ActionView::Template::Error (undefined method `remote_function' for #<#<Class:0x7fc990026e10>:0x7fc9902c6238>):
  17.     40:                            :class => 'icon icon-edit'
  18.     41:           %>
  19.     42:       <%= link_to_remote(
  20.     43:             l(:button_delete),
  21.     44:             { :url => user_membership_path(@user, membership),
  22.     45:               :method => :delete },
  23.     46:             :class => 'icon icon-del'
  24.   lib/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb:178:in `link_to_remote'
  25.  app/views/users/_memberships.html.erb:43:in `_app_views_users__memberships_html_erb___1586382760_70251837771040'
  26.  app/views/users/_memberships.html.erb:14:in `_app_views_users__memberships_html_erb___1586382760_70251837771040'
  27.   app/views/common/_tabs.html.erb:24:in `_app_views_common__tabs_html_erb__1718257970_70251840192700'
  28.  app/views/common/_tabs.html.erb:23:in `each'
  29.  app/views/common/_tabs.html.erb:23:in `_app_views_common__tabs_html_erb__1718257970_70251840192700'
  30.   app/helpers/application_helper.rb:231:in `render_tabs'
  31.  app/views/users/edit.html.erb:9:in `_app_views_users_edit_html_erb___2088953057_70251841079260'
Add Comment
Please, Sign In to add comment