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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Fatal Error: Call to a member function getFieldset() on a non-object in components/com_kunena/template/joomla30/templates/edit.php on line 70

More
12 years 7 months ago #148948 by xillibit
Are-you trying to install it on your hosting service or on local machine ?

Try that, it should fix it, in administrator\components\com_kunena\template\joomla30\templates\edit.php replace :
Code:
<?php if (count($this->form->getFieldset())) : ?>

by
Code:
<?php if ( $this->form instanceof JFORM) : ?>

I don't provide support by PM, because this can be useful for someone else.

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

More
12 years 7 months ago #148951 by Namsul

sozzled wrote:

Namsul wrote: I used quick install nootheme-noonews

I do not know what that is or what it does but it sounds to me like it doesn't work.

I'm sorry but I only know how to install things using the Joomla way. Perhaps you could tell us more about this "quick install" method. It does not sound too "quick" to me if it takes nearly a week to get your site working, does it?



sozzled, I'll assume english is not your first language and the fact your post is not helpful but sarcastic is accidental. A "quick install" is joomla 3 bundled with a template and content so as to replicate a demo of a paid template. You install this then substitute the content with your own. I hope this was helpful.

And if you read my post I said I re-installed the site 3 times so as to trouble shoot the issue so I could provide useful information for kunena developers to see if there is an issue and how to fix it

I sincerely hope that the other 19000+ posts in your profile were more helpful than the one you gave me.

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

More
12 years 7 months ago #148952 by Namsul
I'll give this a try in a few days, currently on shift, will advise how it works

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

More
12 years 7 months ago - 12 years 7 months ago #148953 by Namsul
I'll give this a try in a few days, currently on shift, will advise how it works

xillibit wrote: Are-you trying to install it on your hosting service or on local machine ?

Try that, it should fix it, in administrator\components\com_kunena\template\joomla30\templates\edit.php replace :

Code:
<?php if (count($this->form->getFieldset())) : ?>

by
Code:
<?php if ( $this->form instanceof JFORM) : ?>





Are-you trying to install it on your hosting service or on local machine ?
this is on a hosting service
Last edit: 12 years 7 months ago by Namsul.

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

More
12 years 7 months ago #148957 by coder4life
@Namsul Although I do not speak for anyone on the team directly (we are all volunteers), I believe Sozzled was legitimately confused on your install method. I myself genuinely did not know what install method you were referring to until your later post. From what I read Sozzled was just announcing his personal limitation of knowledge to the current issue with the information provided, and an opportunity to provide us with more information so we can better help you.

I also like to point this out as a common general note. Most issues we see people are having is because of some third party extension (component, module, plugin, template, ect.). So please include your configuration report as described here: www.kunena.org/docs/K_3.0_Configuration_Report This saves both parties a lot of time, otherwise we are both guessing about the install conditions.

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

More
11 years 11 months ago #156314 by sozzled
*** Topic closed - assumed satisfactorily resolved - lack of follow-up, interest or input from the community ***

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

Time to create page: 0.305 seconds