On a new project, while trying to setup Authlogic and Authlogic OpenId I constantly run into that exception, which in turn unables me to create users / login users.
I'm using Rails 2.3.5 with the following gems:
config.gem 'authlogic', :version => '2.1.3'
config.gem 'rack-openid', :version => '0.2.2', :lib => 'rack/openid'
config.gem 'ruby-openid', :version => '2.1.7', :lib => 'openid'
config.gem 'authlogic-oid', :version => '1.0.4', :lib => 'authlogic_openid'
I'm also using the latest version of rails/open_id_authentication plugin.
Anyone could provide me with some assistance / guide me in the right direction on how to tackle this problem?
Best regards,
DBA