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

help install redmine_more_previews #40

Open doantt53 opened 2 years ago

doantt53 commented 2 years ago

nvironment: Redmine version 4.2.3.stable Ruby version 2.7.5-p203 (2021-11-24) [x86_64-linux-gnu] Rails version 5.2.6 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp SCM: Git 2.25.1 Filesystem
Redmine plugins: easy_gantt 1.13 redmine_add_absolute_time 0.0.1 redmine_agile 1.6.2 redmine_already_read 0.0.5 redmine_default_assignee 1.2.0 redmine_issue_history 1.0.0 redmine_issue_templates 1.1.0 redmine_lightbox2 0.5.1 redmine_more_code 1.0.1 redmine_theme_changer 0.4.0

Redmine 4.2.3 install plugins redmine_more_previews not working (Error website)

jcatrysse commented 2 years ago

What is your issue? Do you have a detailed log (from your development or test environment) ?

doantt53 commented 2 years ago

What is your issue? Do you have a detailed log (from your development or test environment) ?

jcatrysse commented 2 years ago

You would really really need to give some useful information. What error, when, exact message, what did you try to solve it, etc…

Your logfiles are located under the ./log directory of Redmine. You should check for errors at the end of the file.

Do you have errors on your screen, you should get some kind of an error with a stack trace.

doantt53 commented 2 years ago

error.log

When restart apache -> error PermissionError in error.log You read error.log, please. And help me to fix. Thanks

jcatrysse commented 2 years ago

It looks like you are missing a gem, details should be in this file: /tmp/passenger-error-kcyH9f.html Did you follow the correct installation procedure?

  1. download plugin and copy plugin folder redmine_more_previews go to Redmine's plugins folder
  2. go to Redmine root folder
  3. bundle install

I suppose you missed the third step.