Project

General

Profile

Redmine 3.1.1 Version causing error

Added by john paul over 8 years ago

Hi ,

Redmine 3.1.1 create version particular project and assign some issues and click roadmap showing all versions but when click particular version causing error

Error
--------
ActiveRecord::RecordNotFound (Couldn't find all Issues with 'id': (all, {:include=>[:status, :tracker], :order=>"trackers.position, issues.id"}) [WHERE `issues`.`fixed_version_id` = ?] (found 0 results, but was looking for 2)):
lib/redmine/sudo_mode.rb:63:in `sudo_mode


Replies (1)

RE: Redmine 3.1.1 Version causing error - Added by Josh Miller over 8 years ago

I found that this was a conflict between two plugin views and I solved this same issue by removing the view for the redmine_schedules plugin:

rm plugins/redmine_schedules/app/views/versions/show.html.erb

Of course, I recommend making a backup and testing with your specific install. I have tested this on Redmine 3.2, ruby 2.2.

    (1-1/1)