redmine_didyoumean
redmine_didyoumean copied to clipboard
Unable to view the installed plugin in Redmine 4.1.1
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.
Hi,
Can you please provide some updates on this issue