- Posts: 105
- Thank you received: 0
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
16 years 11 months ago #19632
by Slotpro
mktime() expects parameter 1 to be long was created 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.
16 years 11 months ago #19694
by Slotpro
Replied by Slotpro on topic Re:mktime() expects parameter 1 to be long
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.
16 years 11 months ago - 16 years 11 months ago #19707
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:mktime() expects parameter 1 to be long
Hello,
You can add this at the line 1355 :
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.
16 years 11 months ago - 16 years 11 months ago #19741
by Slotpro
Replied by Slotpro on topic Re:mktime() expects parameter 1 to be long
xillibit wrote:
thank you !!! it work :laugh:
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