Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 94018
BY: Carsten Buchenau (cbuchenau)
DATE: 2010-06-24 09:50
SUBJECT: redmine upgrade 0.8.7 -> 0.9.4: TemplateError

 

Hi there,

After upgrading redmine from 0.8.7 to 0.9.4 and migration of DB and plugins, I still get:

ActionView::TemplateError (There is no rule called 'default' in the en rules.) on line #6 of app/views/news/_news.rhtml:
3: <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>
4: <br />
5: <% unless news.summary.blank? %><span class="summary"><%=h news.summary %></span><br /><% end %>
6: <span class="author"><%= authoring news.created_on, news.author %></span></p>


I removed line 6, which helps for this view file, but the same line appears at many other locations (news, issues, ...). Couldn't figure out what is missing inside the conf/locals/en.yml file... any ideas how to fix this error?

Thanks,
carsten


Thread View

Thread Author Date
redmine upgrade 0.8.7 -> 0.9.4: TemplateErrorCarsten Buchenau2010-06-24 09:50
      RE: redmine upgrade 0.8.7 -> 0.9.4: TemplateErrorCarsten Buchenau2010-06-24 16:18
            RE: redmine upgrade 0.8.7 -> 0.9.4: TemplateErrorCarsten Buchenau2010-06-30 18:11

Post a followup to this message