Skip to content

Can't install on Redmine 3.0.3 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
aminnaggar opened this issue Sep 8, 2015 · 3 comments
Open

Can't install on Redmine 3.0.3 #31

aminnaggar opened this issue Sep 8, 2015 · 3 comments

Comments

@aminnaggar
Copy link

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
Copy link
Owner

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
#31
.

@aminnaggar
Copy link
Author

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
Copy link

smxsm commented Jul 25, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants