Skip to content
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

Error after installing #223

Open
rvaughan62 opened this issue Oct 17, 2013 · 1 comment
Open

Error after installing #223

rvaughan62 opened this issue Oct 17, 2013 · 1 comment

Comments

@rvaughan62
Copy link

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=InnoDB

So we see to be in a bit of a can't go back can't go forward situation...

Suggestions?

@rvaughan62
Copy link
Author

Some (modest) progress. I created a "fake" table and was able to uninstall and then re-install.

I can now get to the test cases tab on the project, but the settings tab gives an error and this is what's in the log:

ActionView::Template::Error (undefined local variable or method `impasse_custom_fields_tabs' for #<#Class:0x00000006aa45c8:0x00000006b94b18>):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant