Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. I, [2016-10-26T08:23:34.295614 #4825] INFO -- : Started POST "/admin/upload_scdata/confirm_adding" for 46.*.201 at 2016-10-26 08:23:34 +0300
  2. I, [2016-10-26T08:23:34.297404 #4825] INFO -- : Processing by Admin::UploadScdataController#confirm_adding as */*
  3. I, [2016-10-26T08:23:34.297533 #4825] INFO -- : Parameters: {"data"=>["1", "2", "1", "2"]}
  4. D, [2016-10-26T08:23:34.300729 #4825] DEBUG -- : ESC[1mESC[35mUser Load (0.8ms)ESC[0m SELECT `users`.* FROM `users` WHERE `users`.`id` = 64553 ORDER BY `users`.`id` ASC LIMIT 1
  5. D, [2016-10-26T08:23:34.305239 #4825] DEBUG -- : ESC[1mESC[36m (0.7ms)ESC[0m ESC[1mSELECT COUNT(*) FROM `roles` INNER JOIN `users_roles` ON `roles`.`id` = `users_roles`.`role_id` WHERE `users_roles`.`user_id` = 64553 AND (((roles.name = 'Moderator') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))ESC[0m
  6. I, [2016-10-26T08:23:34.306108 #4825] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.5ms)
  7. F, [2016-10-26T08:23:34.308537 #4825] FATAL -- :
  8. NoMethodError (undefined method `save' for nil:NilClass):
  9. app/controllers/admin/upload_scdata_controller.rb:96:in `block in confirm_adding'
  10. app/controllers/admin/upload_scdata_controller.rb:96:in `each'
  11. app/controllers/admin/upload_scdata_controller.rb:96:in `confirm_adding'
  12.  
  13.  
  14. I, [2016-10-26T08:23:34.309544 #4825] INFO -- : Processing by ErrorsController#error as */*
  15. I, [2016-10-26T08:23:34.309665 #4825] INFO -- : Parameters: {"data"=>["1", "2", "1", "2"]}
  16. I, [2016-10-26T08:23:34.311428 #4825] INFO -- : Rendered errors/500.html (0.4ms)
  17. I, [2016-10-26T08:23:34.311761 #4825] INFO -- : Completed 500 Internal Server Error in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement