alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
131 stars 79 forks source link

translation missing en.monitoring_controlling_title (related to #26?) #65

Open wshreffler opened 11 years ago

wshreffler commented 11 years ago

Redmine 2.0.3 on CentOS have installed including rake step

[

rake redmine:plugins:migrate RAILS_ENV=production . . . Migrating redmine_monitoring_controlling (Redmine (Monitoring & Controlling | Monitoramento & Controle))... Migrating redmine_reddrop (Reddrop plugin)...

]

after restart of redmine, option to choose module is present, however activation then results in tab with name, "translation missing en.monitoring_controlling_title".

choosing that tab results in a 'page not found' error

alexmonteiro commented 11 years ago

What is the ruby version ? Actually we are working only with 1.8.7.

wshreffler commented 11 years ago

ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]

On Oct 25, 2012, at 8:50 AM, Alexander Monteiro notifications@github.com wrote:

What is the ruby version ? Actually we are working only with 1.8.7.

— Reply to this email directly or view it on GitHub.

alexmonteiro commented 11 years ago

On yout redmine do you can assign a task to group?

genicom commented 11 years ago

We have the same problem. redmine 2.1.4 ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]

alexmonteiro commented 11 years ago

Seems like issues #63, #68, it was fixed on 25d4ced commit. Check it out.

genicom commented 11 years ago

The two lines in the two files are already modified.

pkasperek commented 11 years ago

I have the same problem: redmine 2.1.4 ruby 1.9.3p327

I use English translations in my Redmine

falves commented 11 years ago

Same here.

Redmine: 2.1.4 Ruby: 1.8.7 Ubuntu 12.04.1 Language: pt-BR

alexmonteiro commented 11 years ago

I've just testing this enviroment: Linux Debian 6.0.4 Redmine 2.4.1 Passenger stand alone RVM with Ruby 1.9.2 Mysql database

Localhost (iMac) Redmine trunk and 2.4.1 Webrick Ruby 1.8.7 Mysql database

In both environments works fine with a new database or presetting the production database.

O dont't know what this problem can be.

igloo15 commented 11 years ago

Same error as the rest this was in my redmine production log

Started GET "/home_monitoring_controlling_project/index/testproject" for 10.10.11.168 at 2012-12-11 18:16:33 -0500

ActionController::RoutingError (uninitialized constant HomeMonitoringControllingProjectController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:ineach' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:incontroller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:incall' journey (1.0.4) lib/journey/router.rb:68:in block in call' journey (1.0.4) lib/journey/router.rb:56:ineach' journey (1.0.4) lib/journey/router.rb:56:in call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:incall' rack-openid (1.3.1) lib/rack/openid.rb:98:in call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:incall' rack (1.4.1) lib/rack/etag.rb:23:in call' rack (1.4.1) lib/rack/conditionalget.rb:25:incall' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:incall' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:incontext' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:incall' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:incall' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in_run3719638180225089981call912095220169135624callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in __run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:incall' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:incall' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in call' railties (3.2.8) lib/rails/rack/logger.rb:26:incall_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:incall' rack (1.4.1) lib/rack/methodoverride.rb:21:in call' rack (1.4.1) lib/rack/runtime.rb:17:incall' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in call' rack (1.4.1) lib/rack/lock.rb:15:incall' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in call' rack-cache (1.2) lib/rack/cache/context.rb:136:inforward' rack-cache (1.2) lib/rack/cache/context.rb:245:in fetch' rack-cache (1.2) lib/rack/cache/context.rb:185:inlookup' rack-cache (1.2) lib/rack/cache/context.rb:66:in call!' rack-cache (1.2) lib/rack/cache/context.rb:51:incall' railties (3.2.8) lib/rails/engine.rb:479:in call' railties (3.2.8) lib/rails/application.rb:223:incall' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in method_missing' passenger (3.0.18) lib/phusion_passenger/rack/request_handler.rb:96:inprocess_request' passenger (3.0.18) lib/phusion_passenger/abstract_request_handler.rb:516:in accept_and_process_next_request' passenger (3.0.18) lib/phusion_passenger/abstract_request_handler.rb:274:inmain_loop' passenger (3.0.18) lib/phusion_passenger/rack/application_spawner.rb:206:in start_request_handler' passenger (3.0.18) lib/phusion_passenger/rack/application_spawner.rb:171:inblock in handle_spawn_application' passenger (3.0.18) lib/phusion_passenger/utils.rb:470:in safe_fork' passenger (3.0.18) lib/phusion_passenger/rack/application_spawner.rb:166:inhandle_spawn_application' passenger (3.0.18) lib/phusion_passenger/abstract_server.rb:357:in server_main_loop' passenger (3.0.18) lib/phusion_passenger/abstract_server.rb:206:instart_synchronously' passenger (3.0.18) lib/phusion_passenger/abstract_server.rb:180:in start' passenger (3.0.18) lib/phusion_passenger/rack/application_spawner.rb:129:instart' passenger (3.0.18) lib/phusion_passenger/spawn_manager.rb:253:in block (2 levels) in spawn_rack_application' passenger (3.0.18) lib/phusion_passenger/abstract_server_collection.rb:132:inlookup_or_add' passenger (3.0.18) lib/phusion_passenger/spawn_manager.rb:246:in block in spawn_rack_application' passenger (3.0.18) lib/phusion_passenger/abstract_server_collection.rb:82:inblock in synchronize' internal:prelude:10:in synchronize' passenger (3.0.18) lib/phusion_passenger/abstract_server_collection.rb:79:insynchronize' passenger (3.0.18) lib/phusion_passenger/spawn_manager.rb:244:in spawn_rack_application' passenger (3.0.18) lib/phusion_passenger/spawn_manager.rb:137:inspawn_application' passenger (3.0.18) lib/phusion_passenger/spawn_manager.rb:275:in handle_spawn_application' passenger (3.0.18) lib/phusion_passenger/abstract_server.rb:357:inserver_main_loop' passenger (3.0.18) lib/phusion_passenger/abstract_server.rb:206:in start_synchronously' passenger (3.0.18) helper-scripts/passenger-spawn-server:99:in

'

igloo15 commented 11 years ago

I just fixed it some how??? I renamed the plugin folder to redmine_monitoring_controlling from Redmine-Monitoring-Controlling and then migrated the plugin again, restarted and it worked. One thing I noticed before I did this is that with the old folder name it didn't migrate the plugin_assets to the public folder.

genicom commented 11 years ago

thx igloo15

Its' works for me after remamed the plugin folder, migrated the plugin dans restarted the server.

falves commented 11 years ago

Renaming from Redmine-Monitoring-Controlling to redmine_monitoring_controlling solved it for me too.

pydubreucq commented 11 years ago

Hi, Thanks a lot Rename to redmine_monitoring_controlling solved it too @alexmonteiro Is it possible to rename this plugin ? Thanks a lot Bye

jeick commented 11 years ago

What needs to happen is the project in github needs to be renamed to match the plugin name. Otherwise each time you checkout the project you have the wrong folder name which messes up the installation.

duduferreira commented 10 years ago

Hi, everyone! Rename to redmine_monitoring_controlling solved my problem too. Thx everybody for this help. Best regards.

jackfucius commented 9 years ago

Renaming to redmine_monitoring_controlling solved for me as well.