Hi Henrik,
You are the only one with this issue. So Rencontre is probably not involved …
You have a client, so you are a professional. I think the minimum is to give an accurate diagnosis on this forum instead of claiming. Check your installation.
Regards
Hi Jacques
OK, I understand. Thank you for your help. I did not mean to be rude.:-)
I have tried to disable all other plugins and switch back to 2013-theme, and it did’nt make any difference. But as I am the only one with this problem it must be a local problem and I will find a fix on my own.
Regards
Henrik
Hi again
I have come to a sort of conclusion… it appears to be an
“Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,IMPLICIT) for operation ‘='” in the mySQL query. I have testet this (taken from the rencontre-file) directly in the mySQL-database.
SELECT
M.id,
M.sender,
M.recipient,
M.date,
M.read,
U.ID,
U.user_login
FROM
wp_rencontre_msg M,
wp_users U
WHERE
U.user_login=M.recipient and
M.sender=’Sleepy’ and
M.deleted!=2
I then get the “Illegal mix of collations…..” error as mentioned.
If you have any suggestions after the above info, as to how I can move on, it will be very welcome.
Thanks in advance.
Henrik
Hi Henrik,
It seems your database has two different charsets. The config has probably been changed after your WordPress installation. Strange !
Take a look here.
Regards
Hi Jacques
This, just to let you know, that the problem has been taken care of. My database-admin has fixed the database-problem with the charset, and the messages appear as they are supposed to in Rencontre 🙂
Thanks again for your patience and thanks for a great plugin.
Henrik