samchen2009 / ekanban

a kanban plugin for redmine
102 stars 42 forks source link

Error installing, no tables created. #72

Closed mikehulsman closed 10 years ago

mikehulsman commented 10 years ago

Stupid me... This is fixed now....... I forgot to "Name the unpacked folder 'ekanban'"

Been struggling a whole day wit it I still get the following error. Host=CentOS 6.5...., also tried in on a Fedora 18 host with ruby 1.9.3 same problem.

haml version is 3.1.8 Same error when using haml 4.0.5

2014-01-22 19:48:30] INFO WEBrick 1.3.1 [2014-01-22 19:48:30] INFO ruby 1.8.7 (2011-06-30) [x86_64-linux] [2014-01-22 19:48:30] INFO WEBrick::HTTPServer#start: pid=22029 port=3000 Started GET "/kanban_states/setup" for 10.250.0.10 at Wed Jan 22 19:48:34 +0100 2014

ActionController::RoutingError (uninitialized constant KanbanStatesController): activesupport (3.2.13) lib/active_support/inflector/methods.rb:219:in constantize' activesupport (3.2.13) lib/active_support/inflector/methods.rb:218:ineach' activesupport (3.2.13) lib/active_support/inflector/methods.rb:218:in constantize' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:incontroller_reference' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in controller' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:incall'

ruby script/about

Environment: Redmine version 2.3.2.stable Ruby version 1.8.7-p352 (2011-06-30) [x86_64-linux] Rails version 3.2.13 Environment production Database adapter MySQL Redmine plugins: ekanban 0.0.1

rake redmine:plugins:migrate RAILS_ENV=production --trace * Invoke redmine:plugins:migrate (first_time) * Invoke environment (first_time) * Execute environment * Execute redmine:plugins:migrate Migrating ekanban (Ekanban Plugin)... * Invoke db:schema:dump (first_time) * Invoke environment * Invoke db:load_config (first_time) * Execute db:load_config \ Execute db:schema:dump

This should be ok, but when I look in the mysql DB I don;t see any kanban_* tables in the db