Project

General

Profile

FAQ » History » Version 10

Jean-Philippe Lang, 2007-11-27 18:38
Added initializer LoadError question

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 10 Jean-Philippe Lang
h3. When I start the application, I get this error "in `gem_original_require': no such file to load -- initializer (LoadError)"
8
9
Make sure "Ruby on Rails":http://rubyonrails.org/ is properly installed on your machine.
10
11 1 Jean-Philippe Lang
h3. The application seems to work fine but some pages (eg. login form) have no content.
12
13
You’re running Rails 1.1.x but Redmine requires 1.2.2.
14 9 Jean-Philippe Lang
Upgrade Rails (if you're using gem package system, run the command @gem update@ as root/administrator).
15 3 Thomas Lecavelier
16 9 Jean-Philippe Lang
h3. The application freeze after a long time of inactivity.
17 3 Thomas Lecavelier
18 9 Jean-Philippe Lang
There's a bug in ruby/mysql adapter < 2.7.3 that leads to loose the database connection. Please update your adapter.
19 7 Jean-Philippe Lang
You can see thread at: http://rubyforge.org/forum/message.php?msg_id=25951.
20
21
h2. Issue tracking
22
23
h3. I've created a new issue status but I can't use it, it doesn't show up in the status drop-down list.
24
25 8 Jean-Philippe Lang
Once you've created a new issue status, you need to include it in the workflow.
26 7 Jean-Philippe Lang
27
Say you have created a status named 'In progress' and you want your developers to be able to change bugs from 'New' to 'In progress'.
28
Go to "Admin -> Issue tracking -> Workflow", select 'Bug' and 'Developer' then click edit.
29
You now see all the transitions allowed for developers on bugs. Check the 'New' -> 'In progress' checkbox and save.