Weird error with login engine

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:inassign_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:ininitialize_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:ininitialize’
[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:insignup’
[RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:853:in
send' [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:853:inperform_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:inperform_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:inperform_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:insend’
[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:inprocess’
[RAILS_ROOT]/vendor/rails/railties/lib/dispatcher.rb:38:in dispatch' [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:141:inprocess_request’
[RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:53:in
process!' [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:52:ineach_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:ineach_cgi’
[RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:52:in
process!' [RAILS_ROOT]/vendor/rails/railties/lib/fcgi_handler.rb:22:inprocess!’
[RAILS_ROOT]/public/dispatch.fcgi:24

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