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

Question Warnings and Notics after upgrading to 1.0.10

More
16 years 11 months ago #16847 by beat
xillibit wrote:

Hello,

I have a way to fix it, in the file components/com_kunena/kunena.php at line 247 replace, but i think this solution work only on Php 5 :

Code:
$kunenaProfile->trigger('onStart', &$params);

by
Code:
$kunenaProfile->trigger('onStart', $params);

and line 1021 :
Code:
$kunenaProfile->trigger('onEnd', &$params);

by
Code:
$kunenaProfile->trigger('onEnd', $params);



Yup, strange that we didn't see that notice...
That works for php4 and php5 too, as long as the called function has the & .

Beat B)
CB Team

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

More
16 years 11 months ago #16851 by riswan13
i got this warning too

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

More
16 years 11 months ago #16894 by alexdgreat
Hi,

I have the following problem with my Kunena installation.

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /www/xxxxxxxxx/www/root/components/com_kunena/kunena.php on line 247

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /www/xxxxxxxx/www/root/components/com_kunena/kunena.php on line 946

What should I do to solve this? Thank you in advance for your help.

xxxxx - is the name of my site.

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

More
16 years 11 months ago #16897 by xillibit
There is a fix above

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.

More
16 years 11 months ago #16900 by alexdgreat
Solved with the upper advice. Thank you very much. Respect for you.

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

More
16 years 11 months ago #17079 by lcascant
Thank you Beat it works great now!!!!

Lorena

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

Time to create page: 0.263 seconds