Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 [FIXED] move topic in an other Forum failed

More
17 years 2 weeks ago - 17 years 2 weeks ago #15027 by Karl-Heinz
What does it mean ? What can I do ?

Fatal error: Call to a member function redirect() on a non-object in /homepages/32/d24558190/htdocs/reisige/components/com_kunena/class.kunena.php on line 759

Thank you!

PHP: 5.2.9
MySQL: 5.0.51-log
Joomla: 1.5.22
Kunena: 1.6.1
Last edit: 17 years 2 weeks ago by Matias.

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

More
17 years 2 weeks ago #15074 by Matias
it probably means that the function needs

global $mainframe;

into the beginning of it. Try it and tell if it works.

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

More
17 years 2 weeks ago #15185 by Karl-Heinz
Thank you, maybe I'm wrong ... :(

I changed this (line 759)

$mainframe->redirect( JURI::base() .$return, $err);

into this (makes an error too) :S

global $mainframe->redirect( JURI::base() .$return, $err);

and this

global $mainframe; $mainframe->redirect( JURI::base() .$return, $err);

no Error, but doesn't work...

It display the Categories-tab. Sorry, but my PHP-knowhow is very small and my english is not better, I hope you understand what i will say. :blush:

PHP: 5.2.9
MySQL: 5.0.51-log
Joomla: 1.5.22
Kunena: 1.6.1

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

More
17 years 2 weeks ago #15618 by Matias
Add global into the beginning of the function:
Code:
function fbMovePosts($catid, $isMod, $return) { global $mainframe;

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

More
17 years 2 weeks ago #15619 by Matias
There was another problem; both of them were fixed for K1.5.2

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

Time to create page: 0.248 seconds