HugoHasenbein / redmine_more_previews

Redmine plugin to preview various file types in redmine's preview pane
https://www.redmine.org/plugins/redmine_more_previews
GNU General Public License v2.0
46 stars 15 forks source link

Install on Redmine 5.0.1 #88

Closed jannikk09 closed 1 year ago

jannikk09 commented 1 year ago

Hey i get this issue: image

In the console i get "rake aborted!" after this command: bundle exec rake redmine:plugins NAME=redmine_more_previews RAILS_ENV=production

Maybe I need an older version of the plugin?

HugoHasenbein commented 1 year ago

bundle exec rake redmine:plugins:migrate NAME=redmine_more_previews RAILS_ENV=production

Am 05.09.2023 um 10:50 schrieb jannikk09 @.***>:

Hey i get this issue: https://user-images.githubusercontent.com/93577959/265641727-82d31840-cef1-4106-bf5f-dddfb062c0dc.png In the console i get "rake aborted!" after this command: bundle exec rake redmine:plugins NAME=redmine_more_previews RAILS_ENV=production

Maybe I need an older version of the plugin?

— Reply to this email directly, view it on GitHub https://github.com/HugoHasenbein/redmine_more_previews/issues/88, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWRDRBF6MBDGK363GQ5BL3XY3RVDANCNFSM6AAAAAA4LNSWL4. You are receiving this because you are subscribed to this thread.

jannikk09 commented 1 year ago

I still get this issue: image

HugoHasenbein commented 1 year ago

but this seems to be an issue with Redmine X Lightbox. It seems, it is not yet adapted to be compatible with the new Zeitwerk-scheme

Am 05.09.2023 um 12:39 schrieb jannikk09 @.***>:

I still get this issue: https://user-images.githubusercontent.com/93577959/265671631-57b6c8e9-a768-43e6-839d-97156b0786cc.png — Reply to this email directly, view it on GitHub https://github.com/HugoHasenbein/redmine_more_previews/issues/88#issuecomment-1706372113, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWRDRDOVDTTOPKCPRAMY73XY36N3ANCNFSM6AAAAAA4LNSWL4. You are receiving this because you commented.

jannikk09 commented 1 year ago

After removing Redmine X Lightbox it seems to be working. Thank you