You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just brought up a new bitnami redmine/ubuntu server on AWS. After installing impasse and adding quite a few test cases we now get errors on accessing the project settings area:
We just brought up a new bitnami redmine/ubuntu server on AWS. After installing impasse and adding quite a few test cases we now get errors on accessing the project settings area:
ctionView::Template::Error (undefined method `requirement_tracker' for #<Impasse::Setting id: 1, project_id: 1, bug_tracker_id: nil>):
We've tried uninstall, but this fails with:
Mysql2::Error: Unknown table 'impasse_requirement_issues': DROP TABLE
impasse_requirement_issues
Then install fails with:
Mysql2::Error: Table 'impasse_requirement_cases' already exists: CREATE TABLE
impasse_requirement_cases
(id
int(11) DEFAULT NULL auto_increment PRIMARY KEY,requirement_id
int(11) NOT NULL,test_case_id
int(11) NOT NULL) ENGINE=InnoDBSo we see to be in a bit of a can't go back can't go forward situation...
Suggestions?
The text was updated successfully, but these errors were encountered: