Hi
I am new to Redmine and Ruby and PHP. I am trying to install redmine time tracker plugin, it is not getting installed when I restart the thin_redmine and thin_redmine2 server (it is automatically getting stopped) and I see that 503: Service Temporarily Unavailable when I enter the url for redmine. OS : windows XP Professional SP2 Redmine bundle : bitnami-redmine-2.0.3-1-windows-installer-r01.exe Plugin : redmine time tracker
I changed my working folder to F:\Programs\Redmine\apps\redmine\htdocs\plugins and did executed the command : git clone git://github.com/delaitre/redmine_time_tracker.git and then restarted all the servers, I am getting 503 Service Temporarily Unavailable. When I run rake with the following command: rake redmine:plugins:migrate RAILS_ENV=production
it gives the following error : (in F:/Programs/redmine/apps/redmine/htdocs) An error occurred while loading the routes definition of redmine_time_tracker plugin (f:/Programs/redmine/apps/redmine/htdocs/plugins/redmine_time_tracker/config/routes.rb): (eval):1: uninitialized constant ActionDispatch::Routing::Routes.
What I am doing doing wrong, please help.
Thanks in advance Senthil