redmine_spent_time_in_issue_description
redmine_spent_time_in_issue_description copied to clipboard
Can't install on Redmine 3.0.3
This is my environment
Environment:
Redmine version 3.0.3.stable.14369
Ruby version 2.0.0-p643 (2015-02-25) [x86_64-linux]
Rails version 4.2.2
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.8
Filesystem
Redmine plugins:
clipboard_image_paste 1.10
redmine_agile 1.3.11
redmine_checklists 3.1.1
redmine_contacts 4.0.2
Anytime I try to install it, it crashes my setup.
This is how you can recreate it:
- Have Redmine 3.0.3
- Unzip to
redmine/plugins/redmine_spent_time_in_issue_description
- navigate to
redmine/
- run
rake redmine:plugins:migrate
- restart redmine by
touch redmine/tmp/restart.txt
- receive error upon opening redmine page
Following your instructions I was unable to reproduce your issue. What was your error message?
On Tue, Sep 8, 2015 at 10:13 AM, vvMINOvv [email protected] wrote:
This is my environment
Environment: Redmine version 3.0.3.stable.14369 Ruby version 2.0.0-p643 (2015-02-25) [x86_64-linux] Rails version 4.2.2 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Filesystem Redmine plugins: clipboard_image_paste 1.10 redmine_agile 1.3.11 redmine_checklists 3.1.1 redmine_contacts 4.0.2
Anytime I try to install it, it crashes my setup.
This is how you can recreate it:
- Have Redmine 3.0.3
- Unzip to redmine/plugins/redmine_spent_time_in_issue_description
- navigate to redmine/
- run rake redmine:plugins:migrate
- restart redmine by touch redmine/tmp/restart.txt
- receive error upon opening redmine page
— Reply to this email directly or view it on GitHub https://github.com/TravisSpangle/redmine_spent_time_in_issue_description/issues/31 .
Sorry took me a long while, was bogged down.
I just got the generic "We're sorry, but something went wrong."
It only lets me use redmine once I've removed the plugin.
When you tried it, did you have the same plugin setup as mine?
I've had the same problem, Redmine was only showing a generic 500 error and nothing in the redmine log file... but there was an entry in the generic Apache error.log stating that there are file permission problems with "show.html.erb":
Message from application: Permission denied @ rb_sysopen - /var/www/redmine/plugins/redmine_spent_time_in_issue_description/app/views/issues/show.html.erb (Errno::EACCES)
So I've changed the rights for the views dir and everything was fine after an Apache restart :)