Closed unreal-skif closed 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.
Hi, we've updated our issue with OS, it's CentOS 7.0
It's EasyRedmine, right? Cause i am seeing "easy_instant_messages" in the log... Which easyredmine version is it? @cryshader
Are you using the develop or master branch? The develop branch (only) works well with Easy Redmine 2016.05.07 here ...
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