Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Question Error setting category icon to long fontawesome names

More
2 years 10 months ago - 2 years 10 months ago #229213 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: 2 years 10 months ago by webenhanced.
The following user(s) said Thank You: xillibit

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

More
2 years 10 months ago #229216 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
 

With kind regards
Leen

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

More
2 years 10 months ago #229217 by webenhanced

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

More
2 years 10 months ago #229218 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.218 seconds