redmine_subtasks icon indicating copy to clipboard operation
redmine_subtasks copied to clipboard

Error 500

Open poukoi opened this issue 16 years ago • 1 comments

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

poukoi avatar Apr 06 '10 08:04 poukoi

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

poukoi avatar Apr 07 '10 14:04 poukoi