Skip to content
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

Unable to view the installed plugin in Redmine 4.1.1 #95

Open
rsubashELS opened this issue Feb 12, 2021 · 1 comment
Open

Unable to view the installed plugin in Redmine 4.1.1 #95

rsubashELS opened this issue Feb 12, 2021 · 1 comment

Comments

@rsubashELS
Copy link

Hi,
When I installed the plugin on Redmine 4.1.1. initially I got the below error.
[!] There was an error parsing Gemfile:
[!] There was an error parsing Gemfile: You cannot specify the same gem twice with different version requirements.
You specified: mysql2 (> 0.5.0) and mysql2 (> 0.4.6). Bundler cannot continue.

from /var/www/redmine/plugins/redmine_didyoumean/Gemfile:6

-------------------------------------------

# The MySQL gems mentioned are required for connecting to Sphinx

gem "mysql2", "~> 0.4.6", :platforms => [:mri, :mingw]

gem "activerecord-jdbcmysql-adapter", :platforms => :jruby

-------------------------------------------

. Bundler cannot continue.

from /var/www/redmine/Gemfile:101

-------------------------------------------

Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", FILE) do |file|

eval_gemfile file

end

I edited the SQL version on the Gem file to mysql2 (~> 0.5.0) manually and rerun the installation and dint get any error. Assuming it to be successful, I couldnt see the installed plugin on my Redmine.
image
Untitled

@rsubashELS
Copy link
Author

Hi,

Can you please provide some updates on this issue

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

1 participant