Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Question After upgrade the forum.... CONTENT CODIFY ERROR :(

More
6 years 2 months ago #11 by Oscar
Thank you for the reply.
If I figure out a fix I will post it here.

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

More
6 years 1 month ago #12 by abustone1
To disable rendering error just search and remove this line:

$modules = $this->renderPosition();


/components/com_kunena/template/crypsisb3/layouts/widget/module/default.php

If you have override template:
/templates/XXXXX/html/com_kunena/layouts/widget/module/default.php


I hope this help temporary :)

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

More
6 years 3 weeks ago - 6 years 3 weeks ago #13 by Oscar

810 wrote: You need to remove that line. I think I don't have any artiseer template. if you can upload the file and zip it. Then I will check.



Here is a basic joomla template made with artisteer.
Attachments:
Last edit: 6 years 3 weeks ago by Oscar.

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

More
4 years 7 months ago #14 by hjw
Upgrading to the latest Kunena version, give the same problems for me. You probably don't need it anymore, but for all those others who still have the problem
The fix is:
in template_name\html\mod_menu\default_component.php
Add the line
require_once dirname(dirname(dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'functions.php';
just after the line with defined ('_JEXEC')

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

Time to create page: 0.337 seconds