Content
You are here:
useredit error page after saving new user
Added by Rajeev Krishna about 10 years ago
hi,
Open Project .0 Installed on VPS
After Submitting user details, I am Getting
Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your OpenProject administrator for assistance. If you are the OpenProject administrator, check your log files for details about the error. Back
Problem may be: Email.
I am not getting any emails.
Please help me.
Replies (2)
Started GET “/users/11/edit” for 106.51.159.240 at 2014-11-02 04:58:48 –0500
Processing by UsersController#edit as HTML
Parameters: {“id”=>“11”}
Rendered layouts/_action_menu_base.html.erb (0.2ms)
Rendered layouts/_action_menu_specific.html.erb (0.8ms)
Rendered users/_impaired_settings.html.erb (3.8ms)
Rendered users/_mail_notifications.html.erb (8.2ms)
Rendered users/_preferences.html.erb (9.4ms)
Rendered users/_form.html.erb (39.1ms)
Rendered users/_general.html.erb (44.4ms)
Rendered users/_groups.html.erb (17.4ms)
Rendered users/_memberships.html.erb (15.1ms)
Rendered common/_tabs.html.erb (81.0ms)
Rendered users/edit.html.erb within layouts/admin (90.0ms)
Rendered admin/_menu.html.erb (9.1ms)
Rendered search/_mini_form.html.erb (1.0ms)
Rendered layouts/_action_menu.html.erb (0.1ms)
Rendered layouts/base.html.erb (15.2ms)
Completed 200 OK in 144.9ms (Views: 113.5ms | ActiveRecord: 9.4ms)
Started PUT “/users/11” for 106.51.159.240 at 2014-11-02 05:01:04 –0500
Processing by UsersController#update as HTML
Parameters: {“utf8”=>“\u2713”, “authenticity_token”=>“z3WJ6HYneMpqhVX9ZlZMh90eot7jCeAt+D11hA333qE=”, “user”=>{“login”=>“dummy”, “firstname”=>“dummy”, “lastname”=>“d1”, “mail”=>“dummy1@krishnasoft.in”, “language”=>“en”, “admin”=>“0”, “assign_random_password”=>“[FILTERED]”, “force_password_change”=>“[FILTERED]”, “mail_notification”=>“all”}, “pref”=>{“impaired”=>“0”, “hide_mail”=>“0”, “time_zone”=>“Chennai”, “comments_sorting”=>“asc”, “warn_on_leaving_unsaved”=>“1”, “theme”=>“default”}, “send_information”=>“1”, “commit”=>“Save”, “id”=>“11”}
Rendered user_mailer/account_information.html.erb within layouts/user_mailer (3.6ms)
Rendered user_mailer/account_information.text.erb within layouts/user_mailer (2.1ms)
Sent mail to dummy1@krishnasoft.in (423.5ms)
Completed 500 Internal Server Error in 514.0ms
SocketError (getaddrinfo: Name or service not known):
app/controllers/users_controller.rb:191:in `update’
Take a test, comment out the lines for the email setting in configuration.yml file. and try again.