Project

General

Profile

Redmine not rendering after upgrade to 1.3.0

Added by Cassiano Monteiro over 12 years ago

I upgraded redmine 1.1.1 to 1.3.0, and now when I try to access Redmine, the browser shows the html source code instead of rendering the page. No errors are generated on the logs. I´m attaching my Redmine log.

Using Ruby 1.8.7, Rails 2.3.14, Rack 1.1.1. Here is my gem list:

actionmailer (2.3.14)
actionpack (2.3.14)
activerecord (2.3.14)
activeresource (2.3.14)
activesupport (2.3.14)
cgi_multipart_eof_fix (2.5.0)
gem_plugin (0.2.3)
i18n (0.4.2)
json (1.6.3)
mongrel (1.1.5 x86-mingw32)
mongrel_service (0.3.4 i386-mswin32)
mysql (2.8.1 x86-mingw32)
rack (1.1.1)
rails (2.3.14)
rake (0.8.7)
rdoc (3.12)
rmagick (2.12.0 mswin32)
win32-service (0.5.2 mswin32)

Could someone help? Thanks in advance!

production.log (18 KB) production.log Redmine log

Replies (6)

RE: Redmine not rendering after upgrade to 1.3.0 - Added by Etienne Massip over 12 years ago

Mongrel is not working anymore with Rails 2.3.11 (or newer).

Check #7688 and related issues, you'll need to add a simple monkey patch to Redmine.

RE: Redmine not rendering after upgrade to 1.3.0 - Added by Cassiano Monteiro over 12 years ago

Thanks, I put the mongrel.rb file on that folder, and now it´s rendering. But now I can´t log in... It always says "invalid user/password" or simply jumps back to the home screen.

RE: Redmine not rendering after upgrade to 1.3.0 - Added by Cassiano Monteiro over 12 years ago

I checked topic 27775, but it didn´t work for me. When I try logging with admin account, it doesn´t give me any message, just redirects to the home screen, but still not logged in... This is what I get from the log file when I try to login:

Processing AccountController#login (for 127.0.0.1 at 2011-12-16 15:59:59) [POST]
  Parameters: {"back_url"=>"http%3A%2F%2Flocalhost%2Fredmine%2F", "action"=>"login", "authenticity_token"=>"HoCrsPoZMTXUpzwdDPqOD4R3yGFAsnTr+yApGsB/jQo=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login »"}
Redirected to http://localhost/redmine/
Completed in 78ms (DB: 47) | 302 Found [http://localhost/login]

Can you give me some more help?

RE: Redmine not rendering after upgrade to 1.3.0 - Added by Cassiano Monteiro over 12 years ago

And I even tried a fresh DB (after trying migrating my old DB), and still didn´t work...

RE: Redmine not rendering after upgrade to 1.3.0 - Added by Ivan Cenov over 12 years ago

Cassiano Monteiro wrote:

And I even tried a fresh DB (after trying migrating my old DB), and still didn´t work...

This may help http://www.redmine.org/issues/7688#note-20

    (1-6/6)