Project

General

Profile

Activity Error 500

Added by Jair Humberto almost 11 years ago

Hello,

I'm new at redmine, I made my first installation using the latest version 2.3.2, ruby 1.9.3p194, and rails 3.2.13.
I'm on linux at bluehost.com. I've installed redmine following this tutorial: https://my.bluehost.com/cgi/help/redmine.

the problem is that whatever project is, the activity tab doesn't work. I always get Internal Error from the server.

I've got this log (but I can't understand):

Started GET "/projects/ferramentas/activity" for 189.73.236.229 at 2013-08-23 16:50:53 -0600
Processing by ActivitiesController#index as HTML
Parameters: {"id"=>"ferramentas"}
Current user: jairhumberto (id=3)
Rendered activities/index.html.erb within layouts/base (7.1ms)
Completed 500 Internal Server Error in 74ms

ActionView::Template::Error (undefined method `-' for {:length=>100}:Hash):
10: <%= avatar(e.event_author, :size => "24") if e.respond_to?(:event_author) >
11: <span class="time"><
= format_time(e.event_datetime, false) ></span>
12: <
= content_tag('span', h(e.project), :class => 'project') if @project.nil? || Herve Harster != e.project >
13: <
= link_to format_activity_title(e.event_title), e.event_url >
14: </dt>
15: <dd class="<
= "grouped" if in_group >"><span class="description"><= format_activity_description(e.event_description) ></span>
16: <span class="author"><
= link_to_user(e.event_author) if e.respond_to?(:event_author) %></span></dd>
config/environment.rb:20:in `truncate'
app/helpers/application_helper.rb:353:in `truncate_single_line'
app/helpers/application_helper.rb:184:in `format_activity_title'
app/views/activities/index.html.erb:13:in `block (2 levels) in app_views_activities_index_html_erb_4073455860433680311_48335080'
app/views/activities/index.html.erb:8:in `each'
app/views/activities/index.html.erb:8:in `block in app_views_activities_index_html_erb_4073455860433680311_48335080'
app/views/activities/index.html.erb:5:in `each'
app/views/activities/index.html.erb:5:in `_app_views_activities_index_html_erb__4073455860433680311_48335080'

Could anyone help me please?

Thank you!