Project

General

Profile

Mongrel 1.1.5 and mongrel_cluster 1.0.5 : blank page on root

Added by Stéphane Liabat about 12 years ago

Hi,

Redmine 1.2.3.
I have a blank page if i launch redmine with mongrel.

Processing WelcomeController#index (for 10.246.108.36 at 2012-01-25 15:22:29) [GET]
  Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 129ms (View: 112, DB: 6) | 200 OK [http://merlin/]

If i launch redmine with ruby (ruby script/server webrick -e production -d) it's working fine.
For information, with redmine 1.1.0, mongrel works fine, i have not a blank page but the login page.

Stéphane Liabat.


Replies (5)

RE: Mongrel 1.1.5 and mongrel_cluster 1.0.5 : blank page on root - Added by Ivan Cenov about 12 years ago

What is your rails version? Redmine 1.2.x requires Rails 2.3.11.

See here for mongrel.rb. You may need it.

RE: Mongrel 1.1.5 and mongrel_cluster 1.0.5 : blank page on root - Added by Stéphane Liabat about 12 years ago

I have 2.3.14
I have put your mongrel.rb in config/initializers, but no effects.
Blank page on welcome page with no errors in log.

RE: Mongrel 1.1.5 and mongrel_cluster 1.0.5 : blank page on root - Added by Ivan Cenov about 12 years ago

Hmmmm...

I am not sure in what I say will now: Try to use rails 2.3.11, not 2.3.14. This can be configured in
redmine\config\environment.rb, line 8. Set there 2.3.11 and see what will happen. I hope it will proceed...

RE: Mongrel 1.1.5 and mongrel_cluster 1.0.5 : blank page on root - Added by Stéphane Liabat about 12 years ago

Thanks !!!

I do not understand nothing to ruby and rails, but with your last comment, i have edit te file, and i have put 2.3.14 instead 2.3.11, and mongrel works :)
thanks.

The next step will be the 1.3.0.

    (1-5/5)