dennisreimann / masquerade

masquerade is the predecessor of masq: https://github.com/dennisreimann/masq - please consider using masq from now on, as it is the more modular approach.
MIT License
218 stars 46 forks source link

Unable to create OpenID in masquerade. #8

Closed kench closed 14 years ago

kench commented 14 years ago

I have cloned a copy of the repository and installed it on my own server, but when I try to create an OpenID, I get a 500 error and the following output in the log:

Processing ApplicationController#create (for REDACTED at 2010-03-10 15:49:08) [POST] Parameters: {"commit"=>"Signup", "action"=>"create", "authenticity_token"=>"[FILTERED]", "account"=>{"password_confirmation"=>"[FILTERED]", "password"=>"[FILTERED]", "login"=>"ken", "email"=>"ken@REDACTED"}, "controller"=>"accounts"}

ActionView::MissingTemplate (Missing template exception_notifier/exception_notification.erb in view path app/views): /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/httpserver.rb:104:in service' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/httpserver.rb:65:inrun' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:173:in start_thread' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:162:instart' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:162:in start_thread' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:95:instart' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:92:in each' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:92:instart' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:23:in start' /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/webrick/server.rb:82:instart'

Rendering /var/apps/masquerade/public/500.html (500)

dennisreimann commented 14 years ago

Which branch are you using? I can't confirm that with the current master...

kench commented 14 years ago

I'm using master. I'll try deleting my local copy and reinstalling to see it if it fixes the problem.

kench commented 14 years ago

Still not working. When I submit the OpenID creation form, I get a 500 error on nginx. I can replicate it using script/server in production, but not in development.

kench commented 14 years ago

Found the problem. Misconfigured mail server in app_config.yml.

dennisreimann commented 14 years ago

Ok, I'm closing this.