Hm... I guess I''ll start going through the login_engine and AR code
and see what would cause this exception. It happened when a user
signed up via login_engine. Other signups have been fine, so I''m
interested why this particular signup threw an exception.
Joe
On 3/2/06, Joe Van Dyk <joevandyk@gmail.com>
wrote:> Any ideas what would cause the following exception (using the login
engine):
>
> --------------------------------------
> Full executation backtrace:
> --------------------------------------
> [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:1697:in
> `execute_callstack_for_multiparameter_attributes''
> [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:1677:in
> `assign_multiparameter_attributes''
> [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:1339:in
> `attributes=''
> [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:1188:in
> `initialize_without_callbacks''
>
[RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/callbacks.rb:236:in
> `initialize''
>
[RAILS_ROOT]/vendor/plugins/login_engine/lib/login_engine/authenticated_user.rb:78:in
> `initialize''
>
[RAILS_ROOT]/vendor/plugins/login_engine/app/controllers/user_controller.rb:37:in
> `new''
>
[RAILS_ROOT]/vendor/plugins/login_engine/app/controllers/user_controller.rb:37:in
> `signup''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:853:in
> `send''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:853:in
> `perform_action_without_filters''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:332:in
> `perform_action_without_benchmark''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in
> `perform_action_without_rescue''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in
> `measure''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in
> `perform_action_without_rescue''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in
> `perform_action''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:369:in
> `send''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:369:in
> `process_without_session_management_support''
>
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session_management.rb:116:in
> `process''
> [RAILS_ROOT]/vendor/rails/railties/lib/dispatcher.rb:38:in
`dispatch''
> [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:141:in
> `process_request''
> [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:53:in
`process!''
> [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:52:in
`each_cgi''
> /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/fcgi.rb:597:in
`each''
> /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/fcgi.rb:597:in
`each_cgi''
> [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:52:in
`process!''
> [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:22:in
`process!''
> [RAILS_ROOT]/public/dispatch.fcgi:24
>