Project

General

Profile

No data to display in plugins

Added by viktor lorin about 6 years ago

hello

I have redmine stable 3.3.1 configured and dont show the plugins installed.. =(
any solution?

Selección_016.png (3.44 KB) Selección_016.png message no data to display
Selección_017.png (32.6 KB) Selección_017.png information server
Selección_016.png (3.44 KB) Selección_016.png no data to display
Selección_017.png (32.6 KB) Selección_017.png information server
Selección_018.png (10 KB) Selección_018.png plugins in directory

Replies (8)

RE: No data to display in plugins - Added by Mischa The Evil about 6 years ago

According to Selección_018.png, you are trying to install the plugins into /usr/share/redmine/public/plugin_assets. That is the wrong location however. Plugins must be installed in the plugins directory at the root of your Redmine instance. In your case that would be: /usr/share/redmine/plugins.

RE: No data to display in plugins - Added by viktor lorin about 6 years ago

okey, thank you.
its works =)

RE: No data to display in plugins - Added by Lara R almost 6 years ago

viktor lorin wrote:

okey, thank you.
its works =)

How did you manage to install a plugin?

I try with the followinf command but getting errors:

patch.exe -p0 < multiple_fixed_versions.patch
patching file app/models/issue.rb
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Any ideas?

RE: No data to display in plugins - Added by Martin Denizet (redmine.org team member) almost 6 years ago

Hello,
To install a plugin, you just need to unzip it or "git clone" it in the "plugins" folder and restart your Redmine instance (Usually mean to restart Apache).
From the command you pasted, it seems more like you are trying to apply a patch to your Redmine.
Could you please tell more about what you are trying to achieve there?
Cheers,

RE: No data to display in plugins - Added by Lara R almost 6 years ago

Hello,
I want to do 2 things:
- Install a plugin from the Redmine website:
I unziped the plugin and copied it into the plugins directory. Then I run the command bundle install but I get the following
error:
Some gems seem to be missing from your vendor/cache directory.
Could not find json-1.8.6 in any of the sources

I did 'gem install json1.8.6' and I looked at the Gemfile.lock and the json is there, but still getting the same error.
I looked a the Extensions section in my Redmine administration but I still get the messagr "No data to display"

- Apply a patch. I want to add the funcionality that watchers are able to see the issue where they are assigned as watchers.I found a patch and I tried to install it with the followig command:
patch -p0 < 14318-allow_watchers_and_contributers_access_to_issues_3.4.2.patch

But I get the error:
patching file app/models/issue.rb
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354

Do you have any ideas?

RE: No data to display in plugins - Added by Lara R almost 6 years ago

I just need a plugin or patch that let users be able to see issues where the are not the "assigned person", but where they are just watchers.

RE: No data to display in plugins - Added by Martin Denizet (redmine.org team member) almost 6 years ago

Hello,
Maybe I didn't get it but I think you don't need a plugin nor a patch to achieve that:

You can save that query and make it available to all project users.
I could test that that feature is available at least from Redmine 3.3.2 so I think it's pretty safe to assume 3.3.1 also has the feature.
Does it solve the issue?
If not please specify:
  • The plugin you installed
  • Where you found the patch you want to apply

Cheers,

RE: No data to display in plugins - Added by Lara R almost 6 years ago

I tried setting the filter "watcher=me" but it did not work.It only works if the user has permission to see all issues.

I found Patch #14318 and tried to run it but I get the error:

patching file app/models/issue.rb
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354

I don´t know how to fix it..I read a lot of threads but none of them were really helpful.

I would appreciate some help because I have no idea how to fix it.

Thanks in advance.

    (1-8/8)