jbbarth / redmine_omniauth_cas

CAS authentication plugin for Redmine through OmniAuth
MIT License
19 stars 14 forks source link

NoMethodError (undefined method `+' for nil:NilClass) #3

Open pafcioooo opened 11 years ago

pafcioooo commented 11 years ago

I have Redmine 2.1.3 installed under ubuntu 12.04 LTS. I have followe installation instructions for the plugin and everything worked well (the only thing bothers me is that "RAILS_ENV=production rake redmine:plugins" does not shown any migrations for the plugin. Anyway after clicking "Login with CAS" apllication gives an internal error which starts in production .log with statement "RAILS_ENV=production rake redmine:plugins"

jbbarth commented 11 years ago

Can you copy/paste the full stack-trace so that I can dig a bit more into this issue ? I'd also like to see the parameters you entered in the admin section if possible (you can obsfuscate the hostname if you want). Thanks

jbbarth commented 11 years ago

Btw it's normal you didn't see any migration, it doesn't need to store additional informations in the database, hence no database migration... I'll clarify that in the README, just copied/pasted a standard procedure to install redmine plugins.