-
Notifications
You must be signed in to change notification settings - Fork 29
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
500 Internal Server Error - Redmine 3.0 #30
Comments
Same issue for me... |
I've made some changes and it works on Redmine 3.0.2.stable. FILE: redmine_planning\app\controllers\planning_controller.rb Line 131: Line 143: FILE: redmine_planning\app\views\planning\show.html.erb FILE: redmine_planning\app\views\planning_planning_settings.html.erb |
@Helvehammer: May I ask if the mentioned modifications are really all you had to do to get it going on 3.0.2-stable. Or was there other stuff you also had to tweak - anything ...?
Can you think of any other possible reason for my problem? |
Thank you @Helvehammer This fix works for me. |
@hhschmidt also you could try to clear redmine cache after editing the above by @Helvehammer :
|
Redmine 3.0 - 500 Internal Server Error after click on PLAN button.
Processing by PlanningController#show as HTML
Parameters: {"project_id"=>"aktualizacje-drupal"}
Current user: Admin (id=1)
Rendered queries/_filters.html.erb (6.2ms)
Rendered plugins/redmine_planning/app/views/planning/show.html.erb within layouts/base (10.1ms)
Completed 500 Internal Server Error in 36ms
ActiveRecord::RecordNotFound (Couldn't find Tracker with 'id'=all):
vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:336:in
raise_record_not_found_exception!' vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:456:in
find_one'vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:435:in
find_with_ids' vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:71:in
find'vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/querying.rb:3:in
find' vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/core.rb:130:in
find'plugins/redmine_planning/app/views/planning/show.html.erb:87:in
block in _plugins_redmine_planning_app_views_planning_show_html_erb___3019745381629332982_75232560' vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:38:in
block in capture'vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:200:in
with_output_buffer' vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:38:in
capture'vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:152:in `content_for'
plugins/redmine_planning/app/views/planning/show.html.erb:57:in `_plugins_redmine_planning_app_views_planning_show_html_erb___3019745381629332982_75232560'
Configuration:
Environment:
Redmine version 3.0.1.stable
Ruby version 2.1.5-p273 (2014-11-13) [x86_64-linux]
Rails version 4.2.0
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.8
Mercurial 2.8.2
Cvs 1.12.13
Bazaar 2.7.0
Git 1.9.1
Filesystem
Redmine plugins:
recurring_tasks 1.3.0
redirect_to_after_login 0.0.2
redmine_planning 0.7.6
timelog_timer 2.0.0
The text was updated successfully, but these errors were encountered: