hron / redmine_subtasks

This is plugin for Redmine for adding subtasks functionality.
53 stars 13 forks source link

Error 500 #23

Open poukoi opened 14 years ago

poukoi commented 14 years ago

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 commented 14 years ago

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