- Posts: 11556
- Thank you received: 2353
Kunena 6.1.3.2 Released
The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Question Users cannot insert emoticons from mobile device keyboard
Should work with phpMyAdmin (click on table -> Operations) but it will change it for all columns, and I've no idea whether is correct if you only for single table changes the collation.What I need is advice on changing the encoding/collation of a column in an existing table.
Please Log in or Create an account to join the conversation.
I checked the defaults and they neither agree with the table collation nor with the encoding of the column in the table:If you install Kunena new, it creates the tables with the collation which you have set as default in your database. If you want afterwards to change it, you must do it yourself.
The thing is the collation setting for the table is correct. It's set to utf8mb4_unicode_ci. The column in the table, though, uses a different collation, namely utf8_general_ci. That's why local emotes cannot be inserted.Should work with phpMyAdmin (click on table -> Operations) but it will change it for all columns, and I've no idea whether is correct if you only for single table changes the collation.
Should I rather open a bug in GitHub, so one of the developers can chime in and hopefully provide some insights?
Please Log in or Create an account to join the conversation.
mathiasbynens.be/notes/mysql-utf8mb4
I don't think it's necessary to convert the entire Joomla database. However, converting columns other than of type text requires special attention as described in Step 4. I also took a look at which text columns of the Kunena tables are set to use utf8:
But, as I mentioned before, I'd like to hear Kunena's position in this matter before embarking on this adventure.
Please Log in or Create an account to join the conversation.
hm.. this problem seems not unknown. Please enter the error message (quote above) in the google search. You get many hits.Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='
Please Log in or Create an account to join the conversation.
- Does Kunena support inserting emotes (and other special characters) directly into messages?
- If so, why are the tables/columns not configured using the correct collation?
- If so, will this be addressed in a future update (i.e. changing the collation)?
- If not, will the error message be changed, so it doesn't look like a misconfiguration?
- What's the developers point of view on this? Do they consider it a bug, a feature request or something else?
I'm asking all these questions, since I'm hesitant making changes to the database. In my opinion the Kunena tables belong to Kunena and should be maintained by Kunena. I could imagine that less tech savvy users would be at a complete loss as how to resolve the issue. They could potentially even shoot themselves in the foot.
For similar reasons, I have also restrained myself from making changes to the Kunena code. I know I could. But I also know it will come back to haunt me or my successor. Upstream is where changes should be made.
I read through issue #3805 , where this has been brought up before. But it remains unclear if any action has been taken back then like suggested in the last comment.
Please Log in or Create an account to join the conversation.
Any Ideas?
Cheers
Please Log in or Create an account to join the conversation.
I have just taken over a forum powered by Kunena and this issue is also persistent.
When a user on a mobile browser enters an emoji in a post and posts it, the emoji is reflected on the forum as a " ? "
Thank you
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.