Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Important Kunena 1.0.9 & 1.5.0a RELEASED!

More
17 years 1 month ago - 17 years 1 month ago #10630 by spacereactor
uninstall kunena 1.0.8 and install 1.5.0a, install complete but when i click on kunena at the admin area, i got this
Code:
Fatal error: Call to a member function addStyleSheet() on a non-object in /home/mycellgr/public_html/components/com_kunena/class.kunena.php on line 71

My server meet the min requirement and there no problem with 1.0.8 before. I able to get it working if i remove 1.0.8 database and install kunena 1.5.0a with new kunena database constructed, since i testing on my testsite so i not problem, Kunena Team may want to look into it as some user upgrade to their live site or I just a individual case.

BUT when i trying to save my Kunena Configuration, i still getting
Code:
Fatal error: Call to a member function addStyleSheet() on a non-object in /home/mycellgr/public_html/components/com_kunena/class.kunena.php on line 71
Last edit: 17 years 1 month ago by spacereactor.

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

More
17 years 1 month ago #10632 by spacereactor
Jomsocial and Kunena 1.5.0a not working together. I test one without jomsocial is ok but another with jomsocial and kunena 1.5.0a i keep getting this

Fatal error: Call to a member function addStyleSheet() on a non-object in C:\xampplite\htdocs\cellgroup\components\com_kunena\class.kunena.php on line 71

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

More
17 years 1 month ago #10636 by spacereactor
I replace the two line in class.kunena.php
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');
to
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" />');

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

More
17 years 1 month ago #10640 by Slotpro
thank for development !! Good Job

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

More
17 years 4 weeks ago #10644 by Dragonstar
Great work! The only thing i see is that v1.08 templates are not working with 1.5.0a. There comes a message "Direct access to this location is not allowed". Are there many changes to do to let work v1.0.8 templates with 1.5.0a or would it be simple by changing a few php lines?

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

More
17 years 4 weeks ago #10650 by andreas2212
Hi Team,
great job - just updated from 1.0.8 to 1.0.9
First quick look - all running fine - no bug visible on first view.
Job done inbetween a minute.

Go on like this.

"Thank you very manny!" (or like you say nowadays: "Thank you very much for your great work!")

Andreas

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

Time to create page: 0.233 seconds