Project

General

Profile

FAQ » History » Revision 6

Revision 5 (Thomas Lecavelier, 2007-10-04 10:30) → Revision 6/115 (Thomas Lecavelier, 2007-10-16 17:13)

h1. Frequently Asked Questions 

 {{TOC}} 

 h2. Installing and Running Redmine 

 h3. The application seems to work fine but some pages (eg. login form) have no content. 

 You’re running Rails 1.1.x but Redmine requires 1.2.2. 
 Upgrade Rails (if you're using gem package system, run the command __gem update__ as root/administrator). Rails. 

 h3. The application freeze after a long time without activitiy. 

 There's a bug in ruby/mysql adapter < 2.7.3 that leads to loose database connection. Please update your adapter. You can see thread at: http://rubyforge.org/forum/message.php?msg_id=25951 .