Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Question Error setting category icon to long fontawesome names

More
1 year 4 months ago - 1 year 4 months ago #1 by webenhanced
Kunena version 6.1.3.2
Joomla 4.3.4

When setting the category icon in administration backend, for long fontawesome icon names, the save record fails:

Saving category with id 13 failed : Data too long for column 'icon' at row 1


I see that the icon field in the kunena_categories table is set to varchar(20). Is there a safe way to extend that size that will withstand software updates?

An example name is: "far fa-chalkboard-teacher" = 25 characters.

thanks, Graham
Last edit: 1 year 4 months ago by webenhanced.
The following user(s) said Thank You: xillibit

Please Log in or Create an account to join the conversation.

More
1 year 4 months ago #2 by Leen
You have a point there, I think it's a bug.
I can't easily find a setting somewhere in kunena configuration
I have compared some here myself
and apparently with a new installation
Code:
icon = varchar(20)
but at site where i upgraded kunena
Code:
icon = varchar(60)
so you can just increase it with phpmyadmin and save
 

L.v.d.A
Attachments:

Please Log in or Create an account to join the conversation.

More
1 year 4 months ago #3 by webenhanced

Please Log in or Create an account to join the conversation.

More
1 year 4 months ago #4 by xillibit
Hello,

Thanks for the report, i will fix it for the next release of Kunena

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Leen

Please Log in or Create an account to join the conversation.

Time to create page: 0.361 seconds