Hi,

I ran into another problem when trying the user_engine. I guess I do something wrong here and I hope somebody could help me with this.

I installed the user_engine from svn today and did all the steps until step 7 in the readme. With gettext disabled (see my other post from today), the Login-Engine runs fine by now.

I edited my environment and application-controller as stated in the manual:

Environment:
------------------
module LoginEngine
  config :salt, "..."
  config :use_email_notification, true
  config :user_table, 'schema_login'
end
module UserEngine
  config :admin_login, 'admin'
  config :admin_email, '[EMAIL PROTECTED]'
  config :admin_password, 'admin'
end
Engines.start :login, :user
-------------------

'rake engine_migrate ENGINE=user'
----------------------
(in /home/manu/asterisk)
Migrating engine 'user_engine'
rake aborted!
stack level too deep
-----------------------


Any ideas?

Kind regards,
Manuel

Attachment: bincwX7u4GRZW.bin
Description: Öffentlicher PGP-Schlüssel

_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to