-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal error 500 #25
Comments
Started GET "/redmine/admin" for 127.0.0.1 at 2016-08-16 09:40:36 +0200 ActionView::Template::Error (undefined method Started GET "/redmine/admin/email_configurations/new" for 127.0.0.1 at 2016-08-16 09:44:56 +0200 ActionView::Template::Error (undefined method |
I got the same error on redmine 3.3.0 |
Hey i got it in the bitnami redmine log |
I'm getting this as well in 3.3.0. The plugin still works if there are active accounts that were added in 3.2.x, but managing accounts is not possible any more. View and Edit don't seem to work due to the error.
|
Dear Developers, then issue will be fixed? |
As I mentioned in #22, this fix has been applied and is also available for Redmine 4.0.x at https://github.com/octoquad/redmine_email_fetcher. I'm not sure if there are still active Redmine 3.3.x users, but perhaps I can backport this fix to 0.3.x release. |
dear developers
i installed the plugin and if i want to use it i get 500 internal error.
this comes up when i click on fetch emails and then i click on add configurations, the programm crashes
Here ist the log:
Started GET "/redmine/admin/email_configurations/new" for 127.0.0.1 at 2016-08-16 09:34:52 +0200
Processing by EmailConfigurationsController#new as HTML
Current user: admin (id=1)
Rendered plugins/redmine_email_fetcher/app/views/email_configurations/_form.html.erb (8.0ms)
Rendered plugins/redmine_email_fetcher/app/views/email_configurations/new.html.erb within layouts/base (15.0ms)
Completed 500 Internal Server Error in 191ms (ActiveRecord: 25.0ms)
ActionView::Template::Error (undefined method
humanize' for nil:NilClass): 12: <p><%= f.select :flg_active, [['True', 'true'], ['False', 'false']], 13: { label: l(:field_flg_active), required: true } %> </p> 14: 15: <p> 16: <%= f.label '', { label: l(:field_last_fetch_at) } %> 17: <%- if @email_configuration.last_fetch_at.nil? %> 18: <%= '---' %> config/initializers/10-patches.rb:18:in
human_attribute_name'plugins/redmine_email_fetcher/app/views/email_configurations/_form.html.erb:15:in
block in _plugins_redmine_email_fetcher_app_views_email_configurations__form_html_erb___998869291_57151656' app/helpers/application_helper.rb:1051:in
labelled_form_for'plugins/redmine_email_fetcher/app/views/email_configurations/_form.html.erb:1:in
_plugins_redmine_email_fetcher_app_views_email_configurations__form_html_erb___998869291_57151656' plugins/redmine_email_fetcher/app/views/email_configurations/new.html.erb:3:in
_plugins_redmine_email_fetcher_app_views_email_configurations_new_html_erb__939175692_48632388'plugins/redmine_email_fetcher/app/controllers/email_configurations_controller.rb:32:in
new' lib/redmine/sudo_mode.rb:63:in
sudo_mode'Started GET "/redmine/admin/email_configurations/new" for 127.0.0.1 at 2016-08-16 09:35:00 +0200
Processing by EmailConfigurationsController#new as HTML
Current user: admin (id=1)
Rendered plugins/redmine_email_fetcher/app/views/email_configurations/_form.html.erb (14.0ms)
Rendered plugins/redmine_email_fetcher/app/views/email_configurations/new.html.erb within layouts/base (20.0ms)
Completed 500 Internal Server Error in 87ms (ActiveRecord: 28.0ms)
ActionView::Template::Error (undefined method
humanize' for nil:NilClass): 12: <p><%= f.select :flg_active, [['True', 'true'], ['False', 'false']], 13: { label: l(:field_flg_active), required: true } %> </p> 14: 15: <p> 16: <%= f.label '', { label: l(:field_last_fetch_at) } %> 17: <%- if @email_configuration.last_fetch_at.nil? %> 18: <%= '---' %> config/initializers/10-patches.rb:18:in
human_attribute_name'plugins/redmine_email_fetcher/app/views/email_configurations/_form.html.erb:15:in
block in _plugins_redmine_email_fetcher_app_views_email_configurations__form_html_erb__591721709_54631896' app/helpers/application_helper.rb:1051:in
labelled_form_for'plugins/redmine_email_fetcher/app/views/email_configurations/_form.html.erb:1:in
_plugins_redmine_email_fetcher_app_views_email_configurations__form_html_erb__591721709_54631896' plugins/redmine_email_fetcher/app/views/email_configurations/new.html.erb:3:in
_plugins_redmine_email_fetcher_app_views_email_configurations_new_html_erb__910021370_54736716'plugins/redmine_email_fetcher/app/controllers/email_configurations_controller.rb:32:in
new' lib/redmine/sudo_mode.rb:63:in
sudo_mode'The text was updated successfully, but these errors were encountered: