Content
You are here:
Error after user registration
Added by Ivan Ivan about 10 years ago
Hello, I’m experiencing an issue with user rregistration. After I enter data to form and press submit, I’m getting following message:
@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.@
It’s an known issue ? Where I can fing the log ?
Thank you.
Ivan
Replies (3)
I found the log, seems to be some mailer issue, but I’m really not sure what to check / setup:
@Sent mail to XY (15.7ms)
Completed 500 Internal Server Error in 98.2ms
Net::SMTPSyntaxError (501 Syntax: HELO hostname
):
app/controllers/users_controller.rb:231:in `change_status’@
Take a test, comment out the lines for the email setting in configuration.yml file. and try again.
You could desable the email notifications as a temporary solution. You have to take time and get your head around this configuration.yml file. I hope we will be able to configure emails from the admin soon))