Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Error on First Load

More
17 years 3 weeks ago #18352 by bkelly
Error on First Load was created by bkelly
I created the menu item in something other than main memu (the user menu) The forum comes up but there are two major nasty messages ahead of time.

How can I get around this?

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 /home/content/X/X/X/myISPID/html/website.com/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 /home/content/X/X/X/myISPID/html/website.com/components/com_kunena/kunena.php on line 946

I am running the site on godaddy. I uploaded joomla 1.5.10, CB 1.2.1, and Kunena 1.0.10 and did not use the quick install

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

More
17 years 3 weeks ago #18355 by @quila

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

More
17 years 3 weeks ago - 17 years 3 weeks ago #18367 by bkelly
Replied by bkelly on topic Re:Error on First Load
Hi

Thank you for the reference. It is the solution.

Hopefully, you will change the code and recommend the higher level PHP.

BTW, at first, because I do not code often in PHP and have limited skills, after editing for update the code, there was no problem at line 247 or 946 per se. So, the code shown in the solution, though the correct code to change, was not the code at those locations. I had to search for the before code string to find it and then it was easy to change.

I make the prior code a comment with the //

I then add a few blank lines and copy the old line of code in and change it in place by removing the &.

That way if it does not work because I keyed something wrong, it is easy to change.

Additionally, it is also a good reason why a developer should not just give the line # reference to change as any change in the code upsets these line #s and the reference would be inaccurate.

So, the search string idea is the best.

Thank you very much.

Mine works.

I remember getting these errors a few years ago in older code.

The best.
Last edit: 17 years 3 weeks ago by bkelly.

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

Time to create page: 0.284 seconds