Kunena 6.4.9 & Kunena 7.0.1 Released

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

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] 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/6.0.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

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

More
16 years 8 months ago - 16 years 8 months ago #16956 by woonydanny
Replied by woonydanny on topic Re:Warnings in search
jerry wrote:

I patched it this way
components/class.kunena.php line 1292
before

Code:
return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding);
after
Code:
if ($encoding === NULL) { return mb_substr($str, $start, [color=#FF0000]$lenght[/color]); } else { return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding); }

should $lenght actually be $length??

also i added the bbeditor colour tag to the words in the quote above but they dont work, you see the bb tag, is this a bug?

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(
Last edit: 16 years 8 months ago by woonydanny.

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

More
16 years 8 months ago #16959 by Toolcrazy
Replied by Toolcrazy on topic Re:Warnings in search
fix worked for first error. Now I get this error
Code:
Warning: mb_substr() [function.mb-substr]: Unknown encoding "" in /home/pnpta/public_html/components/com_kunena/class.kunena.php on line 2422

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

More
16 years 8 months ago #16962 by rinuccio
Replied by rinuccio on topic Re:Warnings in search
Hello to all. I can not correct this error. Some of you may attach the edited file? Thanks :)

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

More
16 years 8 months ago #16967 by jerry
Replied by jerry on topic Re:Warnings in search
peetree21 wrote:

jerry wrote:

I patched it this way
components/class.kunena.php line 1292
before

Code:
return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding);
after
Code:
if ($encoding === NULL) { return mb_substr($str, $start, [color=#FF0000]$lenght[/color]); } else { return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding); }

should $lenght actually be $length??

nope, it's really $lenght ;)

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

More
16 years 8 months ago #16969 by tramber91
Replied by tramber91 on topic Re:Warnings in search
Dear all

i have started another message concerning this topic which is locked now.

I have tried your hack, it is OK in search view but I have now another pb when I open a message.

I have kunena 1.0.10 and hack from Lavsteph (French use) and i've got now

Fatal error: Call to undefined function changedate() in /homepages/41/d267095683/htdocs/_test_tramber/components/com_kunena/template/default_ex/

thanks for help

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

More
16 years 8 months ago - 16 years 8 months ago #16971 by jerry
Replied by jerry on topic Re:Warnings in search
rinuccio wrote:

Hello to all. I can not correct this error. Some of you may attach the edited file? Thanks :)

Here

File Attachment:

File Name: class-67d0...3905.zip
File Size:12.08 KB
Last edit: 16 years 8 months ago by jerry.

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

Time to create page: 0.300 seconds