Page not found
Closed this issue · 3 comments
I follow all steps and get this error on access the to do page:
"Page not found
The page you were trying to access doesn't exist or has been removed."
On console:
"Started GET "/projects/genetatuape/issue_todo_lists" for 177.189.236.203 at 2015-03-30 15:43:38 -0300
ActionController::RoutingError (uninitialized constant IssueTodoListsController):
activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:261:in
block in constantize'
activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in
inject'
activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in
controller_reference'
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in
serve'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in
each'
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in
call'
rack-openid (1.4.2) lib/rack/openid.rb:98:in call' request_store (1.0.5) lib/request_store/middleware.rb:9:in
call'
rack (1.6.0) lib/rack/etag.rb:24:in call' rack (1.6.0) lib/rack/conditionalget.rb:25:in
call'
rack (1.6.0) lib/rack/head.rb:13:in call' actionpack-xml_parser (1.0.1) lib/action_dispatch/xml_params_parser.rb:16:in
call'
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in call' actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in
call'
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in
call'
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in
call'
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in
block in call'
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in
_run_callbacks'
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in _run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in
run_callbacks'
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in
call'
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in
call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in
block in call'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in
tagged'
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in
call'
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in call' rack (1.6.0) lib/rack/methodoverride.rb:22:in
call'
rack (1.6.0) lib/rack/runtime.rb:18:in call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in
call'
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in call' rack (1.6.0) lib/rack/sendfile.rb:113:in
call'
railties (4.2.0) lib/rails/engine.rb:518:in call' railties (4.2.0) lib/rails/application.rb:164:in
call'
railties (4.2.0) lib/rails/railtie.rb:194:in public_send' railties (4.2.0) lib/rails/railtie.rb:194:in
method_missing'
thin (1.3.1) lib/thin/connection.rb:80:in block in pre_process' thin (1.3.1) lib/thin/connection.rb:78:in
catch'
thin (1.3.1) lib/thin/connection.rb:78:in pre_process' thin (1.3.1) lib/thin/connection.rb:53:in
process'
thin (1.3.1) lib/thin/connection.rb:38:in receive_data' eventmachine-1.0.0-x86 (mingw32) lib/eventmachine.rb:187:in
run_machine'
eventmachine-1.0.0-x86 (mingw32) lib/eventmachine.rb:187:in run' thin (1.3.1) lib/thin/backends/base.rb:61:in
start'
thin (1.3.1) lib/thin/server.rb:159:in start' thin (1.3.1) lib/thin/controllers/controller.rb:86:in
start'
thin (1.3.1) lib/thin/runner.rb:185:in run_command' thin (1.3.1) lib/thin/runner.rb:151:in
run!'
thin (1.3.1) bin/thin:6:in <top (required)>' C:/BitNami/redmine-2.4.2-0/ruby/bin/thin:23:in
load'
C:/BitNami/redmine-2.4.2-0/ruby/bin/thin:23:in `
Can you help me?
As I can see in your log you use Redmine 2.4. I have only tested the plugin with latest version 2.6 and I think it won't work with older versions as I used newer Rails things. Could you update your Redmine installation? Then it should work.
Im using redmine's last version with ruby 1.9.3. :(
Are you really sure that the folder name exactly is /plugins/issue_todo_lists and not in a sub directory (from clone) or anything else?