Open anhtuan206 opened 8 years ago
Thanks for reporting this. I've updated it the plugin name in the readme file. Unfortunately, I can't close this issue since I don't maintain this project. I've forked and fixed a few issues for this plugin at https://github.com/octoquad/redmine_email_fetcher.
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]#