Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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 mktime() expects parameter 1 to be long

More
16 years 11 months ago #19632 by Slotpro
i'm change Public Read/Write : Yes and test post it error
Code:
mktime() expects parameter 1 to be long, string given in /home/www/htdocs/components/com_kunena/class.kunena.php on line 1355

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

More
16 years 11 months ago #19694 by Slotpro
i'm use class.kunena.php roland76 fix ,use with the European timeformat see topic

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

More
16 years 11 months ago - 16 years 11 months ago #19707 by xillibit
Hello,

You can add this at the line 1355 :
Code:
if(strlen($datetochange)==0) return $datetochange;

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 11 months ago by xillibit.

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

More
16 years 11 months ago - 16 years 11 months ago #19741 by Slotpro
xillibit wrote:

Hello,

You can add this at the line 1355 :

Code:
if(strlen($datetochange)==0) return $datetochange;


thank you !!! it work :laugh:
Last edit: 16 years 11 months ago by xillibit.

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

Time to create page: 0.239 seconds