I get an "invalid byte sequence in UTF-8" on page requests (permalinks), and I have no idea why I cannot play it, but I have many exceptions like:
A ArgumentError occurred in products#index:
invalid byte sequence in UTF-8
activesupport (3.0.4) lib/active_support/core_ext/object/blank.rb:68:in `=~'
-------------------------------
Request:
-------------------------------
* URL : http:
* Parameters: {"page"=>1, "controller"=>"products", "action"=>"index", "category"=>"category-name-\x8E~ice"}
The line at the end should not be there ("- \ x8E ~ ice"). Any idea why this shows up or what I can do to debug / reproduce it?
thank
source
share