- Posts: 24
- Thank you received: 4
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
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
CB Team
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- alexdgreat
-
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
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.
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.
- alexdgreat
-
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Lorena
Please Log in or Create an account to join the conversation.