mikitex70 / redmine_drawio

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

Problem install #14

Closed julianram closed 7 years ago

julianram commented 7 years ago

Error:

/var/lib/gems/1.9.1/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:274:in `require': /srv/redmine-3.0/plugins/redmine_drawio/init.rb:47: invalid multibyte char (US-ASCII) (SyntaxError)

Solution: write head init.rb

"# encoding: UTF-8"

Regards,

mikitex70 commented 7 years ago

Thanks for you suggestion julianran. I've just released a new version, with your fix and some other changes.