abahgat / redmine_didyoumean

A Redmine plugin to search for possible duplicates when users are about to open new issues.
Other
68 stars 45 forks source link

Unable to view the installed plugin in Redmine 4.1.1 #95

Open rsubashELS opened 3 years ago

rsubashELS commented 3 years ago

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 commented 3 years ago

Hi,

Can you please provide some updates on this issue