Guest User

Untitled

a guest
Jun 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Processing Admin::ProductsController#create (for 158.143.186.16 at 2009-06-16 13:44:42) [POST]
  2. Parameters: {"commit"=>"Create", "action"=>"create", "product"=>{"title"=>"Test", "quantity"=>"10", "description"=>"Test desc"}, "controller"=
  3. >"admin/products"}
  4. ^[[4;36;1mUser Load (0.0ms)^[[0m ^[[0;1mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1^[[0m
  5. ^[[4;35;1mAnalyzing User Load
  6. ^[[0m ^[[0mselect_type | key_len | type | Extra | id | possible_keys | rows | table | ref | key
  7. -------------------------------------------------------------------------------------------
  8. SIMPLE | 4 | const | | 1 | PRIMARY | 1 | users | const | PRIMARY
  9. ^[[0m
  10. ^[[4;36;1mRole Load (0.0ms)^[[0m ^[[0;1mSELECT * FROM `roles` INNER JOIN `roles_users` ON `roles`.id = `roles_users`.role_id WHERE (`roles_u
  11. sers`.user_id = 1 ) ^[[0m
  12. ^[[4;35;1mAnalyzing Role Load
  13. ^[[0m ^[[0mselect_type | key_len | type | Extra | id | possible_keys | rows | table | ref | key
  14. ------------------------------------------------------------------------------------------------
  15. SIMPLE | | ALL | | 1 | PRIMARY | 1 | roles | |
  16. SIMPLE | | ALL | Using where | 1 | | 1 | roles_users | |
  17. ^[[0m
  18. ^[[4;36;1mSQL (0.0ms)^[[0m ^[[0;1mBEGIN^[[0m
  19. ^[[4;35;1mSQL (0.0ms)^[[0m ^[[0mROLLBACK^[[0m
  20.  
  21. ActionView::MissingTemplate (Missing template admin/products/create.erb in view path app/views:vendor/plugins/easy-fckeditor/app/views):
  22. haml (2.0.9) [v] rails/./lib/sass/plugin/rails.rb:19:in `process'
  23. passenger (2.1.3) lib/phusion_passenger/rack/request_handler.rb:65:in `process_request'
  24. passenger (2.1.3) lib/phusion_passenger/abstract_request_handler.rb:197:in `main_loop'
  25. passenger (2.1.3) lib/phusion_passenger/railz/application_spawner.rb:340:in `start_request_handler'
  26. passenger (2.1.3) lib/phusion_passenger/railz/application_spawner.rb:298:in `handle_spawn_application'
  27. passenger (2.1.3) lib/phusion_passenger/utils.rb:176:in `safe_fork'
  28. passenger (2.1.3) lib/phusion_passenger/railz/application_spawner.rb:296:in `handle_spawn_application'
  29. passenger (2.1.3) lib/phusion_passenger/abstract_server.rb:332:in `__send__'
  30. passenger (2.1.3) lib/phusion_passenger/abstract_server.rb:332:in `main_loop'
  31. passenger (2.1.3) lib/phusion_passenger/abstract_server.rb:182:in `start_synchronously'
  32. passenger (2.1.3) lib/phusion_passenger/abstract_server.rb:149:in `start'
  33. passenger (2.1.3) lib/phusion_passenger/railz/application_spawner.rb:192:in `start'
Add Comment
Please, Sign In to add comment