Loriowar / redmine_issues_tree

Provides a tree view of the Redmine issues list
GNU General Public License v3.0
115 stars 72 forks source link

Not working in my 3.4.6 #92

Closed sapeyes closed 5 years ago

sapeyes commented 5 years ago

I've installed like below

/redmine/plugin$ git clone https://github.com/Loriowar/redmine_issues_tree.git /redmine/plugin$ cd redmine_issues_tree /redmine/plugin/redmine_issues_tree$ git checkout 3.4.x /redmine/plugin/redmine_issues_tree$ bundle install /redmine/plugin/redmine_issues_tree$ cd ../../ /redmine $ bundle install /redmine $ bundle exec rake redmine:plugins:migrate RAILS_ENV=production /redmine $ service apache2 restart

But my redmine goes wrong. image

My plugins

Loriowar commented 5 years ago

Have you a traceback of the error in the log file?

Loriowar commented 5 years ago

Unable to reproduce. For me all works as expected with latest 3.4-stable branch of Redmine.

sapeyes commented 5 years ago

It is working well now from last two weeks ago.

I reinstalled rvm and ruby in local user environment. Otherwise, your update might make this effect. Thanks.