hello
Yet the slug not support persian or arabic language letters
in your demo when create news slug "سلام" this error happening:
An unexpected error has occurred!
If this error persists, please report it to the administrator.
Go back to home page
Additional information about this error:
MySQL error!
Illegal mix of collations (ascii_bin,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'(Errno=1267)
Your query: Results::count_total_rows()
SELECT COUNT( * )
FROM stable_slug
LEFT OUTER JOIN stable_items__item ON slug_itm_ID = post_ID
WHERE ((
LOWER(slug_title) LIKE "%سلام%"
OR LOWER(post_title) LIKE "%سلام%"))
سلام = hello
Hi @mahdishariat,
Can you please describe how did you get that error? I'm trying to reproduce it with no success, neither in local nor in the demo site.
Thanks.