TravisSpangle / redmine_spent_time_in_issue_description

Redmine Plugin that drops Time Entry data into the Issue Description
16 stars 16 forks source link

Can't install on Redmine 3.0.3 #31

Open aminnaggar opened 9 years ago

aminnaggar commented 9 years ago

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:

  1. Have Redmine 3.0.3
  2. Unzip to redmine/plugins/redmine_spent_time_in_issue_description
  3. navigate to redmine/
  4. run rake redmine:plugins:migrate
  5. restart redmine by touch redmine/tmp/restart.txt
  6. receive error upon opening redmine page
TravisSpangle commented 9 years ago

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 notifications@github.com 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:

  1. Have Redmine 3.0.3
  2. Unzip to redmine/plugins/redmine_spent_time_in_issue_description
  3. navigate to redmine/
  4. run rake redmine:plugins:migrate
  5. restart redmine by touch redmine/tmp/restart.txt
  6. 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 .

aminnaggar commented 8 years ago

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?

smxsm commented 8 years ago

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 :)