Recent Topics

1 May 04, 2015 06:31    

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

2 May 04, 2015 08:07

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.

3 May 20, 2015 19:22

Also please confirm the exact version of b2evolution you're using.

4 May 27, 2015 11:33

hello
I create a post by 'سلام' title and 'سلام' slug.
then system convert my slug to 'title'.
I go to slug list and search 'title'.
edit slug to 'سلام' but no updated.
then search 'سلام' that this error display
this bug test in your demo site.
the images attached.
thank

6 May 28, 2015 23:37

@mahdishariat I confirm the issue as you described, lets the developers keep an eye on it. Thanks.


Form is loading...