Bug #718
Updated by Pierre-Louis Bonicoli almost 4 years ago
-https://www.redmine.org/account/register- https://projects.duckcorp.org/account/register https://www.redmine.org/account/register displays an HTTP 500 error. Redmine logs (@/var/log/redmine/dc/production.log@) contains: <pre> Processing by WelcomeController#index as HTML Current user: anonymous Rendering plugins/recaptcha/app/views/account/register.html.erb within layouts/base Rendered plugins/recaptcha/app/views/account/register.html.erb within layouts/base (70.2ms) Completed 500 Internal Server Error in 232ms (ActiveRecord: 8.6ms) ActionView::Template::Error (No site key specified.): 26: <p><%= custom_field_tag_with_label :user, value %></p> 27: <% end %> 28: 29: <%= recaptcha_tags :hl=>current_language, :public_key => Setting.plugin_recaptcha['recaptcha_public_key'] %> 30: </div> 31: 32: <%= submit_tag l(:button_submit) %> plugins/recaptcha/app/views/account/register.html.erb:29:in `block in _plugins_recaptcha_app_views_account_register_html_erb___990786606388501379_47129660060800' app/helpers/application_helper.rb:1242:in `labelled_form_for' plugins/recaptcha/app/views/account/register.html.erb:3:in `_plugins_recaptcha_app_views_account_register_html_erb___990786606388501379_47129660060800' lib/redmine/sudo_mode.rb:63:in `sudo_mode' </pre>