Skip to content

Plugin uninstall error #26

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

Open
anhtuan206 opened this issue Aug 19, 2016 · 1 comment
Open

Plugin uninstall error #26

anhtuan206 opened this issue Aug 19, 2016 · 1 comment

Comments

@anhtuan206
Copy link

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]#

octoquad pushed a commit to octoquad/redmine_email_fetcher that referenced this issue Sep 23, 2019
Fixed incorrect plugin name for uninstall section.

Closes luismaia#26
@octoquad
Copy link

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.

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

2 participants