ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Internal Error while opening the issue (Bug #1319)
Description
Internal error came while opening an issue. Screen shot attached.
The below lines taken from the log...
Processing SearchController#index (for 14.140.238.4 at 2013-11-25 17:31:24) [GET]
Parameters: {"action"=>"index", "issues"=>"1", "q"=>"707", "controller"=>"search", "id"=>"otnms"}
Redirected to http://chili.nmsworks.co.in/issues/707
Completed in 13ms (DB: 2) | 302 Found [http://chili.nmsworks.co.in/search/index/otnms?issues=1&q=707]
Processing IssuesController#show (for 14.140.238.4 at 2013-11-25 17:31:25) [GET]
Parameters: {"action"=>"show", "controller"=>"issues", "id"=>"707"}
Rendering template within layouts/base
Rendering issues/show.rhtml
ActionView::TemplateError (changes was supposed to be a Hash, but was a String) on line #2 of app/views/issues/_history.rhtml:
1: <% for journal in journals >
2: <%= render_journal issue, journal, :edit_permission => :edit_issue_notes,
3: :edit_own_permission => :edit_own_issue_notes %>
4: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %>
5: < end %>
app/models/journal.rb:83:in `details'
app/models/journal.rb:100:in `css_classes'
app/helpers/journals_helper.rb:31:in `render_journal'
app/views/issues/_history.rhtml:2:in `_run_rhtml_app47views47issues47_history46rhtml_locals_history_issue_journals_object'
app/views/issues/_history.rhtml:1:in `each'
app/views/issues/_history.rhtml:1:in `_run_rhtml_app47views47issues47_history46rhtml_locals_history_issue_journals_object'
app/views/issues/show.rhtml:103:in `_run_rhtml_app47views47issues47show46rhtml'
app/controllers/issues_controller.rb:103:in `show'
app/controllers/issues_controller.rb:102:in `show'
/usr/lib/rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/webrick/server.rb:162
Rendering /home/chiliproject/chiliproject/public/500.html (500 Internal Server Error)