alminium / redmine_redcarpet_formatter

Another Markdown Wiki Formatter for Redmine based on Redcarpet markdown processor.
GNU General Public License v2.0
135 stars 38 forks source link

section edit got "500 Internal Server Error" #23

Closed missedone closed 11 years ago

missedone commented 11 years ago

here i found a bug when i click the "Edit this section" icon on the wiki page. (see attached screenshot please) i got the "500 Internal Server Error"

seek in the production.log, there are lines relate to the error:

NoMethodError (undefined method `each' for #<String:0xcdc790c>):
  app/controllers/wiki_controller.rb:125:in `edit'

i have Redmine 2.2.3 installed, and redmine_redcarpet_formatter plugin for the Markdown Wiki formatter.

lammel commented 11 years ago

A fix for this issue has been merged some time ago, please verify if this might be the issue:

https://github.com/alminium/redmine_redcarpet_formatter/pull/8

missedone commented 11 years ago

Oh, yes, i was using the tag 2.0.1, not aware of it has already been fixed on master branch, sorry for duplication.

thanks