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.

Question [SOLVED] Artisteer template: Blank page when activating kunenamenu

More
15 years 9 months ago #53114 by Admata

Hurr1c4n3 wrote: To bad. I get the same error.

Hope there will be a answer for this problem, because I think i'm not the only one who uses Artisteer to create templates for joomla.

No you are not. I´m too using Artisteer and I faced the same problem.

I found out that for some reason Artisteer generated temlates do not understand position kunena_menu. Try to place it somewhere else, like ex. breadcrumbs and clear cache. Then it works, but just as a simple list. I don´t know how to get the menu look like one here?

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

More
15 years 9 months ago #53158 by Matias
Found the solution, but I don't know if it has some side effects:

components/com_kunena/kunena.php line 32 (first line in function __construct()), add:
Code:
ob_start();

components/com_kunena/kunena.php line 702 (last line in function __construct()), add:
Code:
ob_end_flush();
The following user(s) said Thank You: Admata, Hurr1c4n3

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

More
15 years 9 months ago - 15 years 9 months ago #53159 by Hurr1c4n3
That seems to work. I made a testaccount so you can try things to see if everything works,

Login : test
passw : kunena

What does the extra text do? (ob_end_flush();)
Last edit: 15 years 9 months ago by Hurr1c4n3.

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

More
15 years 9 months ago #53160 by Matias
I just added output buffering into Kunena. So instead of sending any data forward (to the template), Kunena now stores al it's content until everything is gathered.

Issue was probably module flushing its own data. I didn't look into it, so it's just wild guess but seems to fix the issue.

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

Time to create page: 0.220 seconds