Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] 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 7.0

Question Board Title - not showing correctly

More
17 years 4 months ago - 17 years 4 months ago #13042 by tariq
Hello,

I am running an Arabic site, and last week my host upgraded my account, so they moved my site to a new server.

Everything is working fine, except one thing. When I save my setting in back-end the "Board Title" is not showing the arabic letters and showing question marks.

Please check the attached .

Any hints on what to do?

Thanks,

Last edit: 17 years 4 months ago by tariq.

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

More
17 years 4 months ago #13135 by Matias
Please check your database table: jos_fb_config. Which character set it has?

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

More
17 years 4 months ago #13165 by tariq
Hello Matias,

And thank you for your reply.

Matias wrote:

Please check your database table: jos_fb_config. Which character set it has?


I found jos_fb_config & jos_fb_config_backup are set to "latin1_swedish_ci", and all the other tables are set as "utf8_general_ci".

How can I change it? And what is the best character set for Arabic, shall I leave it as "utf8_general_ci" or change it to "utf8_bin" ?

Thanks :)

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

More
17 years 4 months ago #13195 by Matias
I would use utf8_general_ci, but the issue here is that every time you save Kunena configuration, Kunena will move old table into backup and create a new table. If your default charset for MySQL is not utf8_general_ci, it will use latin1_swedish_ci.

Quick fix: change default charset in MySQL configuration file (my.cnf).

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

More
17 years 4 months ago #13215 by tariq
Matias wrote:

Quick fix: change default charset in MySQL configuration file (my.cnf).


Thank you Matias, worked out fine :)

Regards,

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

More
17 years 4 months ago #13223 by Matias
Do you want to add the solution into our wiki? :)

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

Time to create page: 0.274 seconds