clueware / redmine_my_roadmaps

Redmine plugin that expose global roadmaps for the user's projects.
39 stars 10 forks source link

My_Roadmaps "Page not found" with redmine 2.2.3 and 2.3 #21

Closed ebano19 closed 11 years ago

ebano19 commented 11 years ago

I install the plugin and without error occurs when I start redmine the menu gives "missing language" and when I click on the menu gives page not found, my default language is pt-BR, but i change for english and the problem continues.

clueware commented 11 years ago

Hello ebano19, would you mind copy/pasting the environment you'll find in the Administration section, "Information" page? I'd also appreciate your redmine log if possible. Thanks!

ebano19 commented 11 years ago

INFORMATIONS:

Environment: Redmine version 2.2.3.stable Ruby version 1.9.3 (i386-mingw32) Rails version 3.2.12 Environment production Database adapter Mysql2 Redmine plugins: redmine_my_roadmaps 0.1.13_redmine2.1

LOG:

ActionController::RoutingError (uninitialized constant MyRoadmapsController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:ineach' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:incontroller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in controller' actionpack (3.2.12) 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.12) lib/action_dispatch/routing/route_set.rb:601:incall' rack-openid (1.3.1) lib/rack/openid.rb:98:in call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:incall' rack (1.4.5) lib/rack/etag.rb:23:in call' rack (1.4.5) lib/rack/conditionalget.rb:25:incall' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:incall' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:incontext' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:incall' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:incall' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in_run418477803call714856776callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in __run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:incall' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:incall' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in call' railties (3.2.12) lib/rails/rack/logger.rb:32:incall_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:intagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:incall' rack (1.4.5) lib/rack/methodoverride.rb:21:in call' rack (1.4.5) lib/rack/runtime.rb:17:incall' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in call' rack (1.4.5) lib/rack/lock.rb:15:incall' actionpack (3.2.12) 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.12) lib/rails/engine.rb:479:in call' railties (3.2.12) lib/rails/application.rb:223:incall' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in method_missing' rack (1.4.5) lib/rack/urlmap.rb:64:inblock in call' rack (1.4.5) lib/rack/urlmap.rb:49:in each' rack (1.4.5) lib/rack/urlmap.rb:49:incall' thin (1.3.1) lib/thin/connection.rb:80:in block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:incatch' thin (1.3.1) lib/thin/connection.rb:78:in pre_process' thin (1.3.1) lib/thin/connection.rb:53:inprocess' thin (1.3.1) lib/thin/connection.rb:38:in receive_data' eventmachine-1.0.0-x86 (mingw32) lib/eventmachine.rb:187:inrun_machine' eventmachine-1.0.0-x86 (mingw32) lib/eventmachine.rb:187:in run' thin (1.3.1) lib/thin/backends/base.rb:61:instart' thin (1.3.1) lib/thin/server.rb:159:in start' thin (1.3.1) lib/thin/controllers/controller.rb:86:instart' thin (1.3.1) lib/thin/runner.rb:185:in run_command' thin (1.3.1) lib/thin/runner.rb:151:inrun!' thin (1.3.1) bin/thin:6:in <top (required)>' bin/thin:16:inload' bin/thin:16:in `

'

clueware commented 11 years ago

I unfortunatly couldn't reproduce the bug. Here's what I tried:

The page properly shows, even when I set my language to portuguese.

It seems that you're using Windows as your OS. If it's a Windows 7/64 bit, I should be able to try to reproduce in this environment. I'll update this ticket asap. Feel free to add any information that you'd consider pertinent.

Thanks.

clueware commented 11 years ago

So you know: testing with ruby 1.9.3p392 under Windows 7 64bit, the "My Roadmaps" page shows properly, even when changing my language to portuguese. I'll need additional information to solve this one...