Can't install pulgins on my Digital Ocean Redmine droplet
Added by Andrew Pullins over 9 years ago
When I go to install any plug in on my Digital Ocean Redmine droplet I get this error.
@We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.@
These are the steps that I have taken to get this message.
cd /srv/redmine/plugins/
git clone https://github.com/scrum2b/scrum2b.git
bundle install
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
service nginx restart
OS:
Ubuntu 14.04 server
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
Git 1.9.1
Filesystem
Redmine plugins:
no plugin installed
Replies (3)
RE: Can't install pulgins on my Digital Ocean Redmine droplet - Added by Martin Denizet (redmine.org team member) over 9 years ago
Hello Andrew,
Any entry in your log/production.log
?
Cheers,
RE: Can't install pulgins on my Digital Ocean Redmine droplet - Added by Jason Harris over 9 years ago
Strange... For what it is worth, I have been using a digital ocean redmine droplet and I can install plugins just fine. I didn't try scum2b though... Have you tried other plugins? Cheers, Jason
RE: Can't install pulgins on my Digital Ocean Redmine droplet - Added by Andrew Pullins over 9 years ago
I am sorry I just got an email telling me that there was a reply to this thread.
Martin here is a pastebin of the /path/to/redmine/log/production.log
http://paste.ubuntu.com/12044912/
Jason yes I have tried other plug ins but they all give me the same error. I did get one plugin to install and show up in the module section but when I turned it on it did not show up.
I would really like to get this working. My partner is talking about moving to some proprietary solution and I really would rather stick with a open source one.