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
My workaround was to remove the rescue call in question. Rake was able to finish the migration and the plugin seems to work now. I will keep you updated if I run into any other problems.
The text was updated successfully, but these errors were encountered:
When running the database migration ( rake redmine:plugins:migrate NAME=redmine_knowledgebase) I ran into an error:
rake aborted!
SyntaxError: D:/redmine-4.1.1_B/plugins/redmine_knowledgebase/db/migrate/20150326093122_add_taggings_counter_cache_to_ta
gs.rb:6: syntax error, unexpected keyword_rescue, expecting keyword_end
rescue
^
D:/redmine-4.1.1_B/lib/redmine/plugin.rb:510:in
up' D:/redmine-4.1.1_B/lib/redmine/plugin.rb:542:in
migrate_plugin'D:/redmine-4.1.1_B/lib/redmine/plugin.rb:483:in
migrate' D:/redmine-4.1.1_B/lib/redmine/plugin.rb:494:in
migrate'D:/redmine-4.1.1_B/lib/tasks/redmine.rake:135:in `block (3 levels) in <top (required)>'
Tasks: TOP => redmine:plugins:migrate
My workaround was to remove the rescue call in question. Rake was able to finish the migration and the plugin seems to work now. I will keep you updated if I run into any other problems.
The text was updated successfully, but these errors were encountered: