- Posts: 4
- 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
Question Small problem during upgrade
- electra225
-
Topic Author
- Offline
- New Member
-
Less
More
16 years 11 months ago #16883
by electra225
Small problem during upgrade was created by electra225
I upgraded from 1.0.9 All was fine until I opened up the forum on my site, the following error was posted across the top of the forum:
Warning: Call-time pass-by-reference has been deprecated; 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. in /XXXX/XXXX/XXXX/XXXX/XXXX/components/com_kunena/kunena.php on line 247 Warning: Call-time pass-by-reference has been deprecated; 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. in /XXXX/XXXX/XXXX/XXXX/XXXX/components/com_kunena/kunena.php on line 946
I have no idea what this is about. I looked at the kunena.php file, but not knowing anything about php I had no clue what to do, so I opened up php.ini and added the line allow_call_time_pass_reference = 1 and everything worked fine.
Just wanted to pass this along, incase it makes sense to someone else. Thanks.
Warning: Call-time pass-by-reference has been deprecated; 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. in /XXXX/XXXX/XXXX/XXXX/XXXX/components/com_kunena/kunena.php on line 247 Warning: Call-time pass-by-reference has been deprecated; 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. in /XXXX/XXXX/XXXX/XXXX/XXXX/components/com_kunena/kunena.php on line 946
I have no idea what this is about. I looked at the kunena.php file, but not knowing anything about php I had no clue what to do, so I opened up php.ini and added the line allow_call_time_pass_reference = 1 and everything worked fine.
Just wanted to pass this along, incase it makes sense to someone else. Thanks.
Please Log in or Create an account to join the conversation.
16 years 11 months ago #16893
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Small problem during upgrade
Hello,
read this : www.kunena.com/forum?func=view&catid=92&id=16728#16821 , you can use too the search function.
read this : www.kunena.com/forum?func=view&catid=92&id=16728#16821 , you can use too the search function.
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.
- electra225
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
16 years 11 months ago #17080
by electra225
Replied by electra225 on topic Re:Small problem during upgrade
I didn't turn to the forums on how to fix it, this is why no search was performed. But after reading your post xillibit, I am left wondering if the fix listed in your link in your posting is better/safer/more desirable than my fix. What are your thoughts about this? Should I undo my fix and use the one listed instead?
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17353
by Matias
Replied by Matias on topic Re:Small problem during upgrade
It's better not to change php.ini because of software bug. It's OK, but I'd rather fix software than allow using deprecated features from PHP. 
It's matter of taste: you can either change php.ini or fix Kunena.
Thanks for reporting this bug!
It's matter of taste: you can either change php.ini or fix Kunena.
Thanks for reporting this bug!
Please Log in or Create an account to join the conversation.
Time to create page: 0.231 seconds