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 Old: Kunena 1.5.0a Report bugs and Typos - Please open an own thread for reporting bug or typo

More
17 years 2 months ago #10775 by almamun
Configuration wont change. It shows Configuration saved., but no change.

What to do?

Amviro Web Design & SEO

Dinajpur - My District Portal
The topic has been locked.
More
17 years 2 months ago #10800 by scandaloustruth
I also got the following error when I tried to save configuration. I changed a few things but I think it may be one of the JomSocial integration settings that caused it. Not positive though.

Fatal error: Call to a member function addStyleSheet() on a non-object in /home7/castlebr/public_html/components/com_kunena/class.kunena.php on line 71
The topic has been locked.
More
17 years 2 months ago #10818 by otakoncl
Mesh wrote:

Get this error after setting all Integration options in Kunena v1.5.0a to JomSocial v1.1.144:

Code:
Fatal error: Call to a member function addStyleSheet() on a non-object in /home/dity/public_html/components/com_kunena/class.kunena.php on line 71



Hola soy de chile la solución a ese problema es reemplazar la lineas 71 y 72 file class.kunena.php

Hi From chile the solution to this problem is to replace the lines 71 and 72 file class.kunena.php

buscas- search
Code:
$document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/assets/window.css'); $document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css');

Reemplazas por. Replace for
Code:
$mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/assets/window.css" />'); $mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css" />');

cya!
The topic has been locked.
More
17 years 2 months ago #10903 by scandaloustruth
That works. Thank you!!!
The topic has been locked.
More
17 years 2 months ago #11186 by fxstein
yhussy wrote:

1. can't create new category.


This bug has been fixed for 1.5.1 in the SVN

We love stars on the Joomla Extension Directory . :-)
The topic has been locked.
More
17 years 2 months ago #11187 by fxstein
otakoncl wrote:

Mesh wrote:

Get this error after setting all Integration options in Kunena v1.5.0a to JomSocial v1.1.144:

Code:
Fatal error: Call to a member function addStyleSheet() on a non-object in /home/dity/public_html/components/com_kunena/class.kunena.php on line 71



Hola soy de chile la solución a ese problema es reemplazar la lineas 71 y 72 file class.kunena.php

Hi From chile the solution to this problem is to replace the lines 71 and 72 file class.kunena.php

buscas- search
Code:
$document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/assets/window.css'); $document->addStyleSheet(KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css');

Reemplazas por. Replace for
Code:
$mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/assets/window.css" />'); $mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'/components/com_community/templates/'.$config->get('template').'/css/style.css" />');

cya!


Sorry but this 'fix' will break when you turn off the legacy plugin. This is legacy code. I am looking into the bug right now to come up with a 1.5 native fix.

We love stars on the Joomla Extension Directory . :-)
The topic has been locked.
Time to create page: 0.234 seconds