fraoustin / redmine_closed_date

7 stars 1 forks source link

instalation break on redmine 4.2 #4

Open dareklo opened 1 year ago

dareklo commented 1 year ago

hello when I install plugin it`s break with:

redmine .../redmine/plugins# bundle exec rake deface:precompile RAILS_ENV=production (in /var/www/redmine) rake aborted! Don't know how to build task 'deface:precompile' (See the list of available tasks with rake --tasks) /usr/local/rbenv/versions/2.6.6/bin/bundle:23:in load' /usr/local/rbenv/versions/2.6.6/bin/bundle:23:in

' (See full trace by running task with --trace)

could U help me?

fraoustin commented 1 year ago

Hi what is your version of redmine? you use docker? what is your OS?

dareklo commented 1 year ago

Hi

I use:

Environment: Redmine version 4.2.1.stable Ruby version 2.6.6-p146 (2020-03-31) [x86_64-linux] Rails version 5.2.5 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp SCM: Subversion 1.10.4 Git 2.20.1 Filesystem Redmine plugins: redmine_closed_date 0.1.1 view_customize 3.3.0

Pozdrawiam

Dariusz Łoziński


Od: fraoustin @.> Wysłane: czwartek, 23 marca 2023 18:30 Do: fraoustin/redmine_closed_date @.> DW: dareklo @.>; Author @.> Temat: Re: [fraoustin/redmine_closed_date] instalation break on redmine 4.2 (Issue #4)

Hi what is your version of redmine? you use docker? what is your OS?

— Reply to this email directly, view it on GitHubhttps://github.com/fraoustin/redmine_closed_date/issues/4#issuecomment-1481601803, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUORKJ3ULSWX7V4TSJ6JXRLW5SCFHANCNFSM6AAAAAAWFIHOQU. You are receiving this because you authored the thread.Message ID: @.***>

Spidersonic commented 1 year ago

Hello,

I have been struggling with this issue for the past two days. I'm running Redmine 4.2.10.stable on Debian 11. I'm not using Docker. As it turns out, this plugin needs another plugin called Deface in order for you to be able to install and run it properly.

Deface is available here : https://github.com/spree/deface

How to install Deface (I tried installing it via RubyGems but all my attempts failed):

How to install Redmine_Closed_Date

From now on the field "Issue closed" should appear whenever you close an issue on your Redmine instance.