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
I followed README to uninstall the plugin but got the following error.
[root@redmine redmine]# rake redmine:plugins:migrate NAME=email_fetcher VERSION=0 RAILS_ENV=production
/usr/local/lib/ruby/gems/2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466
Plugin email_fetcher was not found.
But success with this below command
[root@redmine redmine]# rake redmine:plugins:migrate NAME=redmine_email_fetcher VERSION=0 RAILS_ENV=production
/usr/local/lib/ruby/gems/2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466
Migrating redmine_email_fetcher (Redmine Email Fetcher plugin)...
== 1 CreateEmailConfigurations: reverting =====================================
-- remove_index(:email_configurations, {:name=>"index_unique_email_configuration"})
-> 0.0178s
-- drop_table(:email_configurations)
-> 0.0014s
== 1 CreateEmailConfigurations: reverted (0.0219s) ============================
[root@redmine redmine]#
The text was updated successfully, but these errors were encountered:
octoquad
pushed a commit
to octoquad/redmine_email_fetcher
that referenced
this issue
Sep 23, 2019
I followed README to uninstall the plugin but got the following error.
[root@redmine redmine]# rake redmine:plugins:migrate NAME=email_fetcher VERSION=0 RAILS_ENV=production
/usr/local/lib/ruby/gems/2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466
Plugin email_fetcher was not found.
But success with this below command
[root@redmine redmine]# rake redmine:plugins:migrate NAME=redmine_email_fetcher VERSION=0 RAILS_ENV=production
/usr/local/lib/ruby/gems/2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466
Migrating redmine_email_fetcher (Redmine Email Fetcher plugin)...
== 1 CreateEmailConfigurations: reverting =====================================
-- remove_index(:email_configurations, {:name=>"index_unique_email_configuration"})
-> 0.0178s
-- drop_table(:email_configurations)
-> 0.0014s
== 1 CreateEmailConfigurations: reverted (0.0219s) ============================
[root@redmine redmine]#
The text was updated successfully, but these errors were encountered: