Use Plugins occur "Redmine 500 error"
Added by Shi Wang over 9 years ago
I installed Bitnami Redmine 2.6.1. And want to use CodeReview Plugin, but it had some issue when i installed it, fortunately, in "Administrator-->Plugins", there has it. Unfortunately, when I select it into a project, it occur 500 error.
Information
Redmine 2.6.1.stable
Default administrator account changed True
Attachments directory writable True
Plugin assets directory writable (./public/plugin_assets) True
RMagick available (optional) True
ImageMagick convert available (optional) True
Environment:
Redmine version 2.6.1.stable
Ruby version 2.0.0-p594 (2014-10-27) [i386-mingw32]
Rails version 3.2.21
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.11
Filesystem
Redmine plugins:
redmine_code_review 0.6.5
error log.xlsx (186 KB) error log.xlsx |
Replies (2)
RE: Use Plugins occur "Redmine 500 error" - Added by Leonel Iturralde over 9 years ago
Checking your bundle&rake tab in excel it says
Mysql2::Error: Access denied for user 'root'@'localhost' (using password: NO)
it seems the plugin did not installed correctly.
Check your database credentials.
And try using bundle exec rake when running rake commands.
RE: Use Plugins occur "Redmine 500 error" - Added by Shi Wang over 9 years ago
Yes, Full agree your comment.
Now, my plugin can use via re-install Bitnami and plugin, and I total use 3 commands: "bundle", "bundle" and "ruby bin/rake".
Actually, I also do not know why it can work.
Today I will install another plugin to check it status, and I also will try your command. I will continue to update my status.
Thanks your reply Leonel Freire Iturralde