Changing to mysql2 do nothing...

Started GET "/projects/test/wiki" for 78.199.76.92 at 2014-10-25 10:50:42 +0200
Processing by WikiController#show as HTML
  Parameters: {"project_id"=>"velo-2014"}
  Current user: luigifab (id=1)
  Rendered wiki/_content.html.erb (21.8ms)
  Rendered wiki/show.html.erb within layouts/base (32.1ms)
Completed 500 Internal Server Error in 63ms

ActionView::Template::Error (incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)):
    1: <div class="wiki wiki-page">
2: <%= textilizable content, :text, :attachments => content.page.attachments, 3: :edit_section_links => (@sections_editable && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title}) %>
    4: </div>
  app/helpers/application_helper.rb:1280:in `gsub'
  app/helpers/application_helper.rb:1280:in `sanitize_anchor_name'
  app/helpers/application_helper.rb:917:in `block in parse_headings'
  app/helpers/application_helper.rb:914:in `gsub!'
  app/helpers/application_helper.rb:914:in `parse_headings'
  app/helpers/application_helper.rb:596:in `textilizable'
app/views/wiki/_content.html.erb:2:in `_app_views_wiki__content_html_erb__678665592103907809_35946140' app/views/wiki/show.html.erb:44:in `_app_views_wiki_show_html_erb__2160501464594950504_35804400'
  app/controllers/wiki_controller.rb:97:in `show


-----

root@s15879177:~# cat /etc/redmine/default/database.yml
production:
  adapter: mysql2
  database: redmine
  socket: /var/run/mysqld/mysqld.sock
  username: ***
  password: ***
  encoding: utf8

Redmine 2.5.2.devel / redmine-3.0~20140825-1.deb

Environment:
  Redmine version                2.5.2.devel
  Ruby version                   2.1.3-p242 (2014-09-19) [x86_64-linux-gnu]
  Rails version                  4.1.6
  Environment                    production
  Database adapter               Mysql2
SCM:
  Git                            2.1.1
Redmine plugins:
  redmine_apijs                  5.1.0


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to