Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Warnings in search

More
14 years 11 months ago #11 by jerry
Replied by jerry on topic Re:Warnings in search
peetree21 wrote:

Is there a solution to these?

Here

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

More
14 years 11 months ago - 14 years 11 months ago #12 by woonydanny
Replied by woonydanny on topic Re:Warnings in search
hi jerry,
thanks for the link, that seems to have fixed the warning.

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

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

More
14 years 11 months ago - 14 years 11 months ago #13 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: 14 years 11 months ago by woonydanny.

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

More
14 years 11 months ago #14 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
14 years 11 months ago #15 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
14 years 11 months ago #16 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
14 years 11 months ago #17 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
14 years 11 months ago - 14 years 11 months ago #18 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 KB
Attachments:
Last edit: 14 years 11 months ago by jerry.

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

More
14 years 10 months ago #19 by Toolcrazy
Replied by Toolcrazy on topic Re:Warnings in search
That worked, thanks.

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

More
14 years 10 months ago #20 by xillibit
Replied by xillibit on topic Re:Warnings in search
tramber91 wrote:


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

Hello,

this is a problem with european date format, you replace the file components/com_kunena/class.kunena.php by this with the function changedate() :

File Attachment:

File Name: class-edea...929d.zip
File Size:12 KB

I don't provide support by PM, because this can be useful for someone else.
Attachments:

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

Time to create page: 0.601 seconds