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
- Karl-Heinz
-
Topic Author
- Offline
- Junior Member
-
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
Please Log in or Create an account to join the conversation.
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.
- Karl-Heinz
-
Topic Author
- Offline
- Junior Member
-
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.