Error 500
Hello everybody,
My name is Rogério. I came from France. When i put the subtask plugin, a 500 error page appears when I go on some issues. Someone can help me? Than
I found the response of problem. You have to modify line14 of /trunk/app/views/issues/_history.rhtml
change this line: <%= render_notes(issue, journal, :reply_links => reply_links) unless journal.notes.blank? %> by this line: <%= render_notes(@issue, journal, :reply_links => reply_links) unless journal.notes.blank? %>
The problem is related in Defect #5113: http://www.redmine.org/issues/5113
If you have another problem to update some issues, it's because your stacksize is little. To know your stacksize: ulimit -s To increase your stacksize: ulimit -s 16000
The problem is related in Fixtures Max Size: http://www.ruby-forum.com/topic/73447