Hi, i am new here!
My problem is this: we migrate our old website to a new one developed under joomla 3.6. Because we have a lot of url indexed on google and bing, we decide to make as much 301 as we can. Everything works fine except for this kind of url:
www.example.com/mabel%20fotograf%EDa%20artistica.html
That url has utf8 encoded chars (i didn't do that!!) and is indexed on google. We have not any rule in ReDJ for that url, but when plugin tries to check if there is something for that url i get an 1267 ERROR: Illegal mix of collations.
I saw in the change logs of ReDJ (v 1.6.2 if i am not wrong) this:
Replaced urlencode(<string>) with urlencode(utf8_encode(<string>)) (only for Enterprise);
Replaced urldecode(<string>) with utf8_decode(urldecode(<string>)) (only for Enterprise).
And indeed, i try that on my ReDJ Community (latest version) and it works.
So my question is: This isn't fixed on latest community version because you forgot or because i need to pay to have this working?
Regards and thanks in advance,
Juan Manuel