Project

General

Profile

Redmine works strange

Added by Konstantin Kozlovskiy over 9 years ago

Hello, i just installed Redmine and its well-usable, but I have some troubles.

Info:
Rails: 3.2.16
Ruby: ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
OS: Ubuntu 14 Server
Database: mysql Ver 14.14 Distrib 5.5.38, for debian-linux-gnu (x86_64) using readline 6.3

Output (script/about)
Environment:
Redmine version 2.4.2.stable
Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux]
Rails version 3.2.16
Environment production
Database adapter MySQL
SCM:
Git 1.9.1
Filesystem
Redmine plugins:
no plugin installed

Troubles:
1) Issues => Select issue => Click 'Quote' => PAGE NOT FOUND
Log file says:

ActionController::RoutingError (No route matches [GET] "/issues/8/quoted"):
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:32:in `call_app'
/usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:18:in `call'
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/request_id.rb:22:in `call'
/usr/lib/ruby/vendor_ruby/rack/methodoverride.rb:21:in `call'
/usr/lib/ruby/vendor_ruby/rack/runtime.rb:17:in `call'
/usr/lib/ruby/vendor_ruby/active_support/cache/strategy/local_cache.rb:72:in `call'
/usr/lib/ruby/vendor_ruby/rack/lock.rb:15:in `call'
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/static.rb:63:in `call'
/usr/lib/ruby/vendor_ruby/rack/cache/context.rb:136:in `forward'
/usr/lib/ruby/vendor_ruby/rack/cache/context.rb:245:in `fetch'
/usr/lib/ruby/vendor_ruby/rack/cache/context.rb:185:in `lookup'
/usr/lib/ruby/vendor_ruby/rack/cache/context.rb:66:in `call!'
/usr/lib/ruby/vendor_ruby/rack/cache/context.rb:51:in `call'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:484:in `call'
/usr/lib/ruby/vendor_ruby/rails/application.rb:231:in `call'
/usr/lib/ruby/vendor_ruby/rails/railtie/configurable.rb:30:in `method_missing'
/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:142:in `accept_and_process_next_request'
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:448:in `block (3 levels) in start_threads'

2) Issues => Select issue => Click 'Delete'=> Nothing happens - just page refresh (but message box should appears).
3) Issues => Select issue => Click 'Watch' => PAGE NOT FOUND
ActionController::RoutingError (No route matches [GET] "/watchers/watch"):
and etc...etc..

What I'm missing? I think something not installed or installed with errors?


Replies (3)

RE: Redmine works strange - Added by Konstantin Kozlovskiy over 9 years ago

Up, I think something wrong with js.

RE: Redmine works strange - Added by Pavel Potcheptsov over 9 years ago

Forward js directly to rails server i.e. bypass js trough nginx (in case you are using it).

    (1-3/3)