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

Problem (redmine 2.6.9) #19

Closed Holland-Dexter closed 8 years ago

Holland-Dexter commented 8 years ago

Hello Loriowar!

We introduce redmine in our production process, and your plugin is extremely useful for our purposes.

I installed the plugin as described in the installation manual:

After that plugin appears in the list, but didn't start work. I guess the problem is in hooks.

I tried to copy the content of the plugin folder app\ in the same redmine folder - it didn't help.

Plesase tell me how to implement hooks correctly.

I hope you can help me.

Environment

Ubuntu 9.0.4
Redmine version   2.6.9.stable
Ruby version   2.0.0-p647 (2015-08-18) [i686-linux]
Rails version   3.2.22
Environment   production
Database adapter   Mysql2

SCM:
  Subversion   1.8.13
  Git   2.6.1

Redmine plugins:
  redmine_issues_tree            0.0.6
Loriowar commented 8 years ago

Hello! Your destination folder for plugins looks strange. By default, plugins located in .../redmine/plugins and path for redmine_issues_tree must looks as follow: .../redmine/plugins/redmine_issues_tree. In this variant all works perfect. Anyway, copying part of plugins is wrong approach.

Holland-Dexter commented 8 years ago

Loriowar, thanks for your reply!

The fact is that I use BitNami Redmine Stack. That is what is written in the Bitnami Redmine FAQ:

...
The applications in Bitnami are installed in the 'apps' folder that you can find in the installation
directory.
...
The main folders that you can find inside 'apps/redmine' are the following:
 * conf: folder that includes the apache configuration files for redmine
 * htdocs: this folder includes the redmine files (Gemfile and Rakefile files, redmine configuration
files, plugins folder, gems, etc).
The location of the redmine configuration files (database configuration, email settings, etc) is the
'apps/redmine/htdocs/config' folder.
...
    Download the plugin and copy the directory into installdir/apps/redmine/htdocs/plugins.

By the way, your plugin is displayed in the Redmine plugins list:

image 2

What do you think, is it possible to run redmine_issues_tree on this configuration?

Loriowar commented 8 years ago

Look at #20 issue. Maybe this help you. I have not an experience with BitNami, so I can't say something important in this direction.