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

Internal error when accessing issue page with vote module activated #11

Open
capiscuas opened this issue Apr 2, 2018 · 0 comments
Open

Comments

@capiscuas
Copy link

We have 3.4.4.stable redmine and we realized that the we forgot to exectute the migrate rb script
and we were receiving the following error in the production.log

ActionView::Template::Error (Mysql2::Error: Table 'redmine.vote_on_issues' doesn't exist: SHOW FULL FIELDS FROM vote_on_issues):
33: <% end %>
34:
35: <script>
36: vote_on_issues.showVotesOnIssue(<%= VoteOnIssue.getUpVoteCountOnIssue(@issue.id) %>, <%= VoteOnIssue.getDnVoteCountOnIssue(@issue.id) %>);
37: vote_on_issues.sImgUp = '<%= image_tag('arrow-u-r-green.png', :plugin => 'vote_on_issues') %>';
38: vote_on_issues.sImgDn = '<%= image_tag('arrow-d-r-red.png', :plugin => 'vote_on_issues') %>';
39: </script>

then after running:

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

maybe it could be added in the github readme for not so redmine techy people.
Thanks a lot.

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