- Posts: 260
- Thank you received: 0
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Question Warnings in search
Warning: mb_substr() [function.mb-substr]: Unknown encoding "" in components/com_kunena/class.kunena.php on line 1292
Please Log in or Create an account to join the conversation.
what do you have searched for obtain this error ?
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Whatever which return results. Reproducible always.Hello,
what do you have searched for obtain this error ?
Please Log in or Create an account to join the conversation.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
I have reported this to the DEVs, thanks for the report.
mb_substr($str, $start, $lenght, $encoding); doesn't work with encoding set to NULL in PHP 5. You need to check if $encoding is not NULL to use it and call mb_substr($str, $start, $length) if it is NULL or "".
HaND
Please Log in or Create an account to join the conversation.
components/class.kunena.php line 1292
before
Please Log in or Create an account to join the conversation.
Mortti
Please Log in or Create an account to join the conversation.
Mortti
Please Log in or Create an account to join the conversation.
Mortti
Please Log in or Create an account to join the conversation.
- woonydanny
-
- Offline
- Elite Member
- Posts: 694
- Thank you received: 22
Warning: mb_substr() [function.mb-substr]: Unknown encoding "" in /home/ddd/public_html/components/com_kunena/class.kunena.php on line 1292
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/ddd/public_html/components/com_kunena/lib/kunena.search.class.php on line 340
Is there a solution to these?
It also seems that when i try and search it wont allow me to search All Categories
PHP Version: 5.2.6
Database Version: 5.0.77-community
Kunena: 1.0.10
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.