-
Notifications
You must be signed in to change notification settings - Fork 32
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
Always getting errors while installing #8
Comments
Looks like environment issue. Can you post your environment? On 07.09.2012 0:56, lugy2001 wrote:
|
Sorry, but I'm not sure what you mean and how i can do it. Can you specify more what you need? BitNami is using Redmine 2.0.3 with Rails 2.3.6 and mysql. With these gems: actionmailer (3.2.6, 2.3.14) |
i am not sure how you tried to install your plugin. i qould recommend to read this doc: http://www.redmine.org/projects/redmine/wiki/Plugins |
I mean - what redmine, ruby, rails version you use? You can see it at On 07.09.2012 1:41, lugy2001 wrote:
|
@lugy2001 Ok, second part of your message isnt delivered on my mail. Did you mean Rails 3.2.6 instead 2.3.6? If not - I think there is trouble. Problem looks like Ruby parser cannot parse one of plugins file, so it crashes the application. I use, and it is work properly: and@artvertep:/$ ruby -v ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-linux] and@artvertep:/$ rails -v Rails 3.2.6 |
as listed in his gem-list i think i his using rails 3.2.6 and therefor he should use the actual rake-syntax for the right redmine-rake-task... |
So the problem might be the different ruby version? As on http://www.redmine.org/projects/redmine/wiki/RedmineInstall redmine is supporting ruby 1.8.7. I'm not sure how to update ruby in BitNami stack. I will try later. |
ruby 1.8.7 should work. have you tried the other rake-task syntax? |
Ah yes. I did. Forgot to mention. Same error as before. |
Rake is only working in apps/redmine/htdocs where i guess is the #{RAILS_ROOT} is located. In other dirs (e.g. apps/redmine) i just get No rakefile found. |
hi, one problem i could not fix yet is the missing chart on the "Reports" page. but i am not shure if i missed smething on the bitnami config... on all my other tests it runs wihtout problems. so if you find the chart not working please open a new ticket. if not be happy ;) i hope your problem will be solved. if not feel free to write here again :) kind regards |
Thanks! Works now! But report chart seems to be empty. The svg-Element is displayed but no charts in it. |
I can't install in fresh BitNami installation because of errors while executing "rake db:migrate_plugins RAILS_ENV=production"
The text was updated successfully, but these errors were encountered: