Guest User

Untitled

a guest
Apr 14th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. SyntaxError in RegisterController#index
  2.  
  3. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:16: syntax error, unexpected tASSOC, expecting kEND
  4. @user.username => params([:register][:username])
  5. ^
  6. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:17: syntax error, unexpected tASSOC, expecting kEND
  7. @user.password => params([:register][:password])
  8. ^
  9. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:18: syntax error, unexpected tASSOC, expecting kEND
  10. @user.email => params([:register][:email])
  11. ^
  12. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:19: syntax error, unexpected tASSOC, expecting kEND
  13. @user.usertype_id => params([:register][:mem_level])
  14. ^
  15. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:21: syntax error, unexpected tASSOC, expecting kEND
  16. @userinfo.first_name => params([:register][:fname])
  17. ^
  18. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:22: syntax error, unexpected tASSOC, expecting kEND
  19. @userinfo.last_name => params([:register][:lname])
  20. ^
  21. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:23: syntax error, unexpected tASSOC, expecting kEND
  22. @userinfo.address_l1 => params([:register][:address_l1])
  23. ^
  24. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:24: syntax error, unexpected tASSOC, expecting kEND
  25. @userinfo.address_l2 => params([:register][:address_l2])
  26. ^
  27. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:25: syntax error, unexpected tASSOC, expecting kEND
  28. @userinfo.city => params([:register][:city])
  29. ^
  30. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:26: syntax error, unexpected tASSOC, expecting kEND
  31. @userinfo.state => params([:register][:state])
  32. ^
  33. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:27: syntax error, unexpected tASSOC, expecting kEND
  34. @userinfo.zipcode => params([:register][:zip])
  35. ^
  36. D:/www/rails_apps/ipac/app/controllers/register_controller.rb:28: syntax error, unexpected tASSOC, expecting kEND
  37. @userinfo.phone => params([:register][:phone])
  38. ^
  39.  
  40. RAILS_ROOT: D:/www/rails_apps/ipac
  41. Application Trace | Framework Trace | Full Trace
  42.  
  43. vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
  44. vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
  45. vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
  46. vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
  47. vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
  48. vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
  49. vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
  50. vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
  51. vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
  52. vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
  53. vendor/rails/actionpack/lib/action_controller/routing.rb:1399:in `recognize'
  54. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
  55. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
  56. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
  57. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
  58. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/rails.rb:76:in `process'
  59. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/rails.rb:74:in `synchronize'
  60. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/rails.rb:74:in `process'
  61. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:155:in `process_client'
  62. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:154:in `each'
  63. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:154:in `process_client'
  64. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `run'
  65. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `initialize'
  66. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `new'
  67. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `run'
  68. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:264:in `initialize'
  69. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:264:in `new'
  70. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:264:in `run'
  71. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/configurator.rb:282:in `run'
  72. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/configurator.rb:281:in `each'
  73. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/configurator.rb:281:in `run'
  74. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/bin/mongrel_rails:126:in `run'
  75. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/command.rb:212:in `run'
  76. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/bin/mongrel_rails:279
  77. c:/ruby/bin/mongrel_rails:16:in `load'
  78. c:/ruby/bin/mongrel_rails:16
  79.  
  80. vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking'
  81. vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
  82. vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
  83. vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
  84. vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
  85. vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
  86. vendor/rails/activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
  87. vendor/rails/activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
  88. vendor/rails/activesupport/lib/active_support/inflector.rb:257:in `constantize'
  89. vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
  90. vendor/rails/actionpack/lib/action_controller/routing.rb:1399:in `recognize'
  91. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
  92. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
  93. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
  94. vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
  95. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/rails.rb:76:in `process'
  96. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/rails.rb:74:in `synchronize'
  97. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/rails.rb:74:in `process'
  98. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:155:in `process_client'
  99. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:154:in `each'
  100. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:154:in `process_client'
  101. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `run'
  102. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `initialize'
  103. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `new'
  104. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:281:in `run'
  105. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:264:in `initialize'
  106. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:264:in `new'
  107. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel.rb:264:in `run'
  108. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/configurator.rb:282:in `run'
  109. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/configurator.rb:281:in `each'
  110. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/configurator.rb:281:in `run'
  111. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/bin/mongrel_rails:126:in `run'
  112. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/lib/mongrel/command.rb:212:in `run'
  113. c:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1-mswin32/bin/mongrel_rails:279
  114. c:/ruby/bin/mongrel_rails:16:in `load'
  115. c:/ruby/bin/mongrel_rails:16
  116.  
  117. Request
  118.  
  119. Parameters:
  120.  
  121. {"commit"=>"Register",
  122. "register"=>{"city"=>"",
  123. "zip"=>"",
  124. "card_num"=>"",
  125. "card_exp"=>"",
  126. "username"=>"",
  127. "confirm_password"=>"",
  128. "lname"=>"",
  129. "address_l1"=>"",
  130. "fname"=>"",
  131. "address_l2"=>"",
  132. "phone"=>"",
  133. "mem_level"=>"2",
  134. "card_name"=>"",
  135. "password"=>"",
  136. "card_cvv"=>"",
  137. "state"=>"",
  138. "email"=>""}}
  139.  
  140. Show session dump
  141.  
  142. ---
  143. flash: !map:ActionController::Flash::FlashHash {}
  144.  
  145.  
  146. Response
  147.  
  148. Headers:
  149.  
  150. {"cookie"=>[],
  151. "Cache-Control"=>"no-cache"}
Add Comment
Please, Sign In to add comment