FAQ » History » Version 6
Thomas Lecavelier, 2007-10-16 17:13
Add gem command for updates.
1 | 1 | Jean-Philippe Lang | h1. Frequently Asked Questions |
---|---|---|---|
2 | |||
3 | 2 | Jean-Philippe Lang | {{TOC}} |
4 | 1 | Jean-Philippe Lang | |
5 | h2. Installing and Running Redmine |
||
6 | |||
7 | h3. The application seems to work fine but some pages (eg. login form) have no content. |
||
8 | |||
9 | You’re running Rails 1.1.x but Redmine requires 1.2.2. |
||
10 | 6 | Thomas Lecavelier | Upgrade Rails (if you're using gem package system, run the command __gem update__ as root/administrator). |
11 | 3 | Thomas Lecavelier | |
12 | 5 | Thomas Lecavelier | h3. The application freeze after a long time without activitiy. |
13 | 3 | Thomas Lecavelier | |
14 | 4 | Thomas Lecavelier | 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 . |