samchen2009 / ekanban

a kanban plugin for redmine
102 stars 42 forks source link

bitnami redmine problem #15

Open mrkafk opened 11 years ago

mrkafk commented 11 years ago

I have installed plain vanilla bitnami redmine stack on Linux (RHEL 6.4 32-bit).

I'm getting following error on ekanban plugin (rake task for plugin migration went ok) in logs:

Started GET "/redmine/projects/test/kanbans" for 192.168.56.1 at 2013-03-20 14:24:33 +0100 Processing by KanbansController#index as HTML Parameters: {"project_id"=>"test"} Current user: admin (id=1) Missing template, responding with 404

Bitnami redmine is available at http://host.somewhere/redmine, perhaps it's a trivial problem with relocating redmine to a subdir? Anyway, I'm not sure how to fix this.

mrkafk commented 11 years ago

p.s. system info:

[root@localhost log]# gem list

* LOCAL GEMS *

actionmailer (3.2.12) actionpack (3.2.12) activemodel (3.2.12) activerecord (3.2.12) activeresource (3.2.12) activesupport (3.2.12) ansi (1.4.3) archive-tar-minitar (0.5.2) arel (3.0.2) aws-sdk (1.8.0) bcrypt-ruby (3.0.1) bigdecimal (1.1.0) bluecloth (2.1.0) builder (3.0.0) bundle (0.0.1) bundler (1.2.3) coderay (1.0.6) coffee-rails (3.2.2) coffee-script (2.2.0) coffee-script-source (1.3.3) columnize (0.3.6) crack (0.3.1) daemon_controller (1.0.0) daemons (1.1.8) diff-lcs (1.1.3) erubis (2.7.0) eventmachine (1.0.0) execjs (1.4.0) fastercsv (1.5.4) fastthread (1.0.7) gherkin (2.11.1) haml (4.0.0) hike (1.2.1) hoe (3.0.6) hoe-bundler (1.1.0) hoe-debugging (1.0.5) hoe-gemspec (1.0.0) hpricot (0.8.5) httparty (0.8.3) i18n (0.6.0) io-console (0.3) journey (1.0.4) jquery-rails (2.1.3, 2.0.3) json (1.7.7, 1.5.4) libv8 (3.3.10.4 x86-linux) linecache19 (0.5.13, 0.5.12) mail (2.4.4) memcache-client (1.8.5) metaclass (0.0.1) mime-types (1.19, 1.18) mini_magick (3.4) mini_portile (0.3.0) minitest (3.3.0, 2.5.1) mocha (0.12.3) multi_json (1.3.6) multi_xml (0.5.1) mustache (0.99.4) mysql (2.8.1) mysql2 (0.3.11, 0.2.18) net-ldap (0.3.1) nokogiri (1.5.5, 1.4.7) passenger (3.9.1.beta) polyglot (0.3.3) prototype-rails (3.2.1) racc (1.4.8) rack (1.4.5) rack-cache (1.2) rack-mount (0.8.3) rack-openid (1.3.1) rack-ssl (1.3.2) rack-test (0.6.1) rails (3.2.12) railties (3.2.12) rake (0.9.2.2) rake-compiler (0.8.1) rbx-require-relative (0.0.9) rdiscount (1.6.8) rdoc (3.12, 3.11, 3.9.4) RedCloth (4.2.9) rexical (1.0.5) rmagick (2.13.1) ronn (0.7.3) rspec (2.11.0) rspec-core (2.11.1) rspec-expectations (2.11.2) rspec-mocks (2.11.1) ruby-debug-base19x (0.11.30.pre10) ruby-debug-ide (0.4.17.beta16) ruby-debug19 (0.11.6) ruby-openid (2.1.8) ruby_core_source (0.1.5) rubygems-update (1.8.24) rvm (1.11.3.5) sass (3.1.20) sass-rails (3.2.5) sdoc (0.3.20) sprockets (2.4.5, 2.2.1, 2.1.3, 2.1.2) sqlite3 (1.3.6) sqlite3-ruby (1.3.3) subexec (0.2.2) test-unit (2.5.2) therubyracer (0.10.1) thin (1.4.1) thor (0.15.4, 0.14.6) tilt (1.3.3) treetop (1.4.10) turn (0.9.6) tzinfo (0.3.33) uglifier (1.2.6) uuidtools (2.1.3) yard (0.8.1)

[root@localhost log]# ruby --version ruby 1.9.3p327 (2012-11-10 revision 37606) [i686-linux]

samchen2009 commented 11 years ago

No bitnami env to check it, but you can refer #6, seems similar issue.

everhigh commented 11 years ago

Hello. Having the same problem in the following environment: Redmine version 2.3.0.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.13 Environment production Database adapter Mysql2 Redmine plugins: ekanban 0.0.1

Are there any ways to debug?