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 Call to undefined method KunenaControllerUser::redirectBack()

More
8 years 5 months ago #1 by dattard
My PHP Error log is full of Kunena fatal errors:

[16-Nov-2015 07:08:06 CST6CDT] PHP Fatal error: Call to undefined method KunenaControllerUser::redirectBack() in ****/components/com_kunena/controllers/user.php on line 64
[16-Nov-2015 07:08:17 CST6CDT] PHP Fatal error: Call to undefined method KunenaControllerUser::redirectBack() in ***/components/com_kunena/controllers/user.php on line 64
[16-Nov-2015 07:08:27 CST6CDT] PHP Fatal error: Call to undefined method KunenaControllerUser::redirectBack() in ***/dartcreations3/components/com_kunena/controllers/user.php on line 64
[16-Nov-2015 07:08:38 CST6CDT] PHP Fatal error: Call to undefined method KunenaControllerUser::redirectBack() in ***/components/com_kunena/controllers/user.php on line 64

Just upgraded to 4.0.7 from 4.0.6 - not sure whether this was some bug, but I can't really think that a configuration issues would be causing something like an undefined method? Or could it?

Thanks
David

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

More
8 years 5 months ago #2 by 810
ok try to add
Code:
return;
on line 65

if that isn't working try to change line 64 to
Code:
$this->setRedirect($url); return;

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

More
8 years 5 months ago #3 by 810
Ok found the issue, thank you for reporting the bug.

fix:
github.com/Kunena/Kunena-Forum/pull/3537/files
The following user(s) said Thank You: dattard

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

Time to create page: 0.489 seconds