mikitex70 / redmine_drawio

Macro plugin to embed draw.io diagrams into Redmine wiki pages
MIT License
125 stars 51 forks source link

Cannot install draw.io plugin on redmine 3.3.1 #13

Closed unreal-skif closed 7 years ago

unreal-skif commented 7 years ago

Hi! We've updated redmine to version 3.3.1.stable and cannot install redmine_drawio plugin. It worked well on redmine 3.2.3. At the start hooks could not be found, LoadError: no such file to load -- hooks/view_hooks so we changed init.rb: require_dependency 'hooks/view_hooks' require_dependency 'hooks/macro_dialog' to absolute path: require_dependency '/full/path/to/redmine/plugins/redmine_drawio/lib/hooks/view_hooks' require_dependency '/full/path/to/redmine/plugins/redmine_drawio/lib/hooks/macro_dialog' After that another error appeared. Please have a look at log attached. production.zip Our current system spec: OS: CentOS 7.0 redmine: 3.3.1.stable ruby: 2.3.0-p0 rails: 4.2.7.1

mikitex70 commented 7 years ago

What OS are you using, Windows or Linux? I'm unable to reproduce your error, the only difference is the ruby version, mine is 2.1.9p490. I will try to upgrade a docker container with your version of Ruby to see if is this the problem.

unreal-skif commented 7 years ago

Hi, we've updated our issue with OS, it's CentOS 7.0

amenk commented 7 years ago

It's EasyRedmine, right? Cause i am seeing "easy_instant_messages" in the log... Which easyredmine version is it? @cryshader

amenk commented 7 years ago

Are you using the develop or master branch? The develop branch (only) works well with Easy Redmine 2016.05.07 here ...