help install redmine_more_previews
doantt53 opened this issue · 5 comments
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)
What is your issue? Do you have a detailed log (from your development or test environment) ?
What is your issue? Do you have a detailed log (from your development or test environment) ?
- I run development on ubuntu 20.04. How get detailed log? Thanks
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.
When restart apache -> error PermissionError in error.log
You read error.log, please. And help me to fix. Thanks
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?
- download plugin and copy plugin folder redmine_more_previews go to Redmine's plugins folder
- go to Redmine root folder
- bundle install
I suppose you missed the third step.