ixti / redmine_tags

Redmine plugin, that adds issues tagging support
GNU General Public License v3.0
196 stars 119 forks source link

Installation did not succeed #207

Open Huangzc88 opened 5 years ago

Huangzc88 commented 5 years ago

image

Prompt Redmine_testing_gems version:1.3.3 is required, and then after I download redmine_testing_gems, the migration fails image

System Info: Environment: Redmine version 3.4.7.stable Ruby version 2.4.5-p335 (2018-10-18) [x86_64-linux] Rails version 4.2.11 Environment test Database adapter PostgreSQL

PS:I used the 3.2.2 version of tags

sdwolfz commented 5 years ago

@Huangzc88 Why are you trying to run with RAILS_ENV=test? This is only needed if you want to do development or run the test suite.

Anyway make sure you did a bundle install after cloning redmine_testing_gems. The last stacktrace only mentions the redmine core, so it might be a problem there.

Also note that phantomjs was deprecated a while ago.