Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Problems installing documents plugin on openproject 4.1.0

Problems installing documents plugin on openproject 4.1.0

Added by Florian Liefers almost 10 years ago

I followed the guide at [[https://www.openproject.org/open-source/install-plugins/]] to install the documents plugin on openproject 4.1.0 by adding

gem 'openproject-documents', :git => 'https://github.com/opf/openproject-documents.git', :branch => 'stable'

to my Gemfile.plugins (which only contains this line). When i call bundle install, i get following error message:

Fetching https://github.com/opf/openproject-documents.git fatal: ambiguous argument 'stable': unknown revision or path not in the working tree. Use '--' to separate paths from revisions Git error: command `git rev-parse stable` in directory /home/openproject/.rvm/gems/ruby-2.1.5/cache/bundler/git/openproject-documents-92d34b9d26a2d5fef5c7fb940ea052637a15cfc7 has failed. If this error persists you could try removing the cache directory '/home/openproject/.rvm/gems/ruby-2.1.5/cache/bundler/git/openproject-documents-92d34b9d26a2d5fef5c7fb940ea052637a15cfc7'


Replies (6)

RE: Problems installing documents plugin on openproject 4.1.0 - Added by Karthikeyan Vedi almost 10 years ago

Even I’m getting the same error, not only with documents plugin but also with other plugins too.

RE: Problems installing documents plugin on openproject 4.1.0 - Added by Sergio Caixeta almost 10 years ago

Same errror here…. Nothing to do?

RE: Problems installing documents plugin on openproject 4.1.0 - Added by Robin Wagner almost 10 years ago

Hi everyone,

we replaced the “stable” branch with more specific references to the minor version.

Depending on your OpenProject version, please use “stable/4.0” (for OpenProject 4.0.x) or “stable/4.1” (for OpenProject 4.1.x) to install the latest version of the plugin you want to install.

Example:

gem 'openproject-documents', :git => 'https://github.com/opf/openproject-documents.git', :branch => 'stable/4.1'

If you prefer to install a very specific version (e.g. OpenProject 4.1.1), please use the respective tag.

Example:

gem 'openproject-documents', :git => 'https://github.com/opf/openproject-documents.git', :commit => 'v4.1.1'

We’ll update the documentation.
Thanks for letting us know.

Best,
Robin

RE: Problems installing documents plugin on openproject 4.1.0 - Added by Mike Lewis almost 10 years ago

Robin,

The documentation found on https://www.openproject.org/open-source/openproject-plugins/ should be updated as well.

Thanks,

Mike

RE: Problems installing documents plugin on openproject 4.1.0 - Added by Maya Berdygylyjova almost 10 years ago

Hi Mike,

Thanks for pointing this out. You are right, we’ve adapted the documentation on OpenProject.org

Cheers,
Maya

Mike Lewis wrote:

Robin,

The documentation found on https://www.openproject.org/open-source/openproject-plugins/ should be updated as well.

Thanks,

Mike

Other misinformation on plugins... - Added by Mike Lewis almost 10 years ago

Thanks Maya… One other note: The plugin information for the Emoji plugin by Philipp Tessenow seems to require :branch => 'master' for OP >= 4.0. The “stable” branch of his repository still has a dependency on the “openproject-plugins” plugin which was true for earlier versions of OP.

(Although, in my installation, the plugin still does not work as expected. I posted about this in another thread (https://community.openproject.org/topics/4462) with no response as of yet, but I would not doubt Philipp has more pressing things to be working on besides cute Emojis for OP. It appears the repository has not seen any updates for 9 months to a year now.)

In any case, using :branch => 'stable' for the Emoji plugin for OP 4.0 and above will throw a dependency error when bundle install is executed.

  • (1 - 6/6)
Loading...