Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved [K5.0.RC5] Bug: PHP Warning: Parameter 1 to PlgSystemRedirect::handleError​​​()

More
7 years 8 months ago #11 by ssh
Yes.
Only on kunena 404 error pages

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

More
7 years 8 months ago #12 by ssh
Well, I think so
I haven't found others pages causing the error


I'm almost sure this is a kunena 404 error page:

Attachments:

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

More
7 years 8 months ago #13 by ssh
The last image is without the error:

This is with the error (I removed the logo on purpose)

Attachments:

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

More
7 years 8 months ago #14 by ssh
Are you able to reproduce the error?
J.3.6 + PHP 7.0.9 + example.com/sdfgsdf/sdfds

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

More
7 years 8 months ago #15 by 810
I get a different error:

Warning: Parameter 1 to JError::customErrorPage() expected to be a reference, value given in C:\wamp\www\develop\libraries\legacy\error\error.php on line 781

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

More
7 years 8 months ago #16 by ssh
Maybe because you are running a local wamp

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

More
7 years 8 months ago #17 by 810
I found fix for me:

try to edit:
libraries\legacy\error\error.php line 794
Code:
public static function customErrorPage(&$error)
to
Code:
public static function customErrorPage($error)

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

More
7 years 8 months ago #18 by ssh

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

More
7 years 8 months ago #19 by 810
if ok, then I will push to fix to joomla

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

More
7 years 8 months ago #20 by ssh

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

Time to create page: 0.524 seconds