1 jardel Oct 07, 2013 23:27
3 jardel Oct 08, 2013 18:39
Hi mqsolipa
Ok understood
I have next problem: b2e doesn't accept polish letters : รณ,ł,ż etc.. and I'm setting in MySQL latin1_swedish_ci and nothing :(
Additional information about this error:
MySQL error!
Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation 'like'(Errno=1267)
Your query: Check URL against antispam blacklist
SELECT aspm_string
FROM evo_antispam
WHERE 'Regulaminł' LIKE CONCAT("%",aspm_string,"%")
LIMIT 0, 1
Thx for Help
4 mgsolipa Oct 09, 2013 00:59
Hi @jardel,
I don't know which version of b2evo are you using but it looks like you have an encoding issue, please try to always use UTF-8 as your default encoding.
Please read this: http://forums.b2evolution.net/not-showing-greek-characters-in-the-title-of and let me know if is useful in your case.
5 jardel Oct 16, 2013 20:11
Hi
I write in polish so that polish know how to repair it.
PL : Najlepiej mieć innego phpmyadmin ustawioną na utf8_general_ci i przerzucić na nią bazę z latin1_swedish_ci. Zapisać i przesłać na obecną i problme automatycznie znika :)
Hi @jardel,
I encourage you not to do that if is not strictly necessary, the collection kinds shown here:
admin.php?ctrl=collections&action=new
are hard coded and the only way to disable them is hacking the b2evolution code.Please, follow this instructions only if you are sure about what are you doing
1) Go to
/blogs/inc/collections/model/_blog.funcs.php
2) Locate the function
get_collection_kinds
3) Comment the array positions that corresponds with the kinds that you want to hide. In your case, the result could be something like this:
Please consider that this will only hide the commented collection kinds but they are not disabled at all, if you go to this url:
admin.php?ctrl=collections&action=new-selskin&kind=manual
, you will be able to create a manual collection, no matter if is hidden or not.