Project

General

Profile

Feature #649

template error in _localizable.html.erb

Added by Csongor Fagyal almost 12 years ago. Updated almost 12 years ago.

Status:
New
Priority:
Normal
Category:
Administration
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Milestones:

Description

Clicking Configure gives me the following error:

ActionView::TemplateError (string not matched) on line #78 of vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:
75: <%- end >
76: </thead>
77: <tbody>
78: <
@settings["locales"][element[:name]] = {} if @settings["locales"][element[:name]].nil? >
79: <
element[:objects].each do |object| >
80: <
if type != object.type.to_s >
81: <
type = object.type.to_s -%>

vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:78:in `[]='
vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:78
vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:65:in `each'
vendor/plugins/localizable.0.1.1/app/views/settings/_localizable.html.erb:65
app/views/settings/plugin.html.erb:6
app/views/settings/plugin.html.erb:4
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering /home/redmine/redmine-1.3.1/public/500.html (500 Internal Server Error)

#1

Updated by Joseph Rossi almost 12 years ago

I have exactly the same. Any fix would be greatly appreciated.

Also available in: Atom PDF