Project

General

Profile

Encoding::CompatibilityError

Added by Patricio Chamorro almost 13 years ago

Hi friends. I'm new at this
I have this problem
When I finished installation, I want to test the Redmine but when I want to create a new Project, I get the following bug

Encoding::CompatibilityError in Projects#create

Showing app/views/projects/_form.rhtml where line #5 raised:

incompatible character encodings: UTF-8 and ASCII-8BIT
Extracted source (around line #5):

2: 
3: <div class="box">
4: <!--[form:project]-->
5: <p><%= f.text_field :name, :required => true, :size => 60 %></p>
6: 
7: <% unless @project.allowed_parents.compact.empty? %>
8:     <p><%= label(:project, :parent_id, l(:field_parent)) %><%= parent_project_select_tag(@project) %></p>


Replies (4)

RE: Encoding::CompatibilityError - Added by demas demas almost 13 years ago

Which version of Ruby and Rails do you use?

RE: Encoding::CompatibilityError - Added by Patricio Chamorro almost 13 years ago

I'm using

ruby 1.9.1
rails 2.3.5
rack 1.0.1
MySql 5.0

I installed this on windows xp sp3

Thanks for your answer

RE: Encoding::CompatibilityError - Added by demas demas almost 13 years ago

You can not use ruby 1.9.1 with Redmine. Here is the software requirements - http://www.redmine.org/projects/redmine/wiki/RedmineInstall.

RE: Encoding::CompatibilityError - Added by Patricio Chamorro almost 13 years ago

Thanks now I can work :-)

    (1-4/4)