ruby on rails 3 - Redmine EVM plugin is not working? -
im redmine user.evm plugin in redmine not working when banner enabled.anyone please tell how resolve issue ?
started "/redmine/admin/plugins" 10.222.185.22 @ 2014-03-10 06:42:05 +0000 processing admincontroller#plugins html current user: admin (id=1) rendered admin/plugins.html.erb within layouts/admin (10.8ms) rendered admin/_menu.html.erb (12.7ms) rendered plugins/redmine_banner/app/views/banner/_project_body_bottom.html.erb (0.1ms) rendered plugins/redmine_banner/app/views/banner/_body_bottom.html.erb (8.2ms) rendered plugins/redmine_banner/app/views/banner/_after_top_menu.html.erb (9.2ms) rendered layouts/base.html.erb (45.6ms) completed 200 ok in 93ms (views: 80.7ms | activerecord: 3.3ms) started "/redmine/settings/plugin/redmine_banner" 10.222.185.22 @ 2014-03-10 06:42:09 +0000 processing settingscontroller#plugin html parameters: {"id"=>"redmine_banner"} current user: admin (id=1) rendered plugins/redmine_banner/app/views/settings/_redmine_banner.html.erb (10.2ms) rendered plugins/scrum2b/app/views/settings/plugin.html.erb within layouts/admin (11.9ms) rendered admin/_menu.html.erb (5.9ms) rendered plugins/redmine_banner/app/views/banner/_project_body_bottom.html.erb (0.1ms) rendered plugins/redmine_banner/app/views/banner/_body_bottom.html.erb (2.2ms) rendered plugins/redmine_banner/app/views/banner/_after_top_menu.html.erb (2.7ms) rendered layouts/base.html.erb (18.9ms) completed 200 ok in 43ms (views: 37.5ms | activerecord: 1.6ms) started "/redmine/admin" 10.222.185.22 @ 2014-03-10 06:45:54 +0000 processing admincontroller#index html current user: admin (id=1) rendered admin/_menu.html.erb (13.4ms) rendered admin/index.html.erb within layouts/admin (14.8ms) rendered plugins/redmine_banner/app/views/banner/_project_body_bottom.html.erb (0.1ms) rendered plugins/redmine_banner/app/views/banner/_body_bottom.html.erb (7.7ms) rendered plugins/redmine_banner/app/views/banner/_after_top_menu.html.erb (8.6ms) rendered layouts/base.html.erb (41.8ms) completed 200 ok in 70ms (views: 57.4ms | activerecord: 3.6ms)
i have face same issue during redmine initial setup stage.there many possible reasons. 1)this might due data discrepancy.change mysql
dump , try again.
2)check whether proxy
set in server.otherwise won't fetch data google maps , charts not generated.
3)other possibility plugin compatibility.a new version of evm
plugin available in git.please download , install , try again.https://github.com/imaginary-cloud/redmine_evm
Comments
Post a Comment