Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

The error code HTTP 500 Internal Server Error is a general-purpose message this indicates a general error in a web application. Please note that there is no general solution for this general error. You should first read HTTP 500 Internal Server Error before posting in this category.

Solved J! 1.5 Cod4 template causes 500 Internal Server Error with Kunena

More
14 years 1 month ago #123637 by Luca Costa
Hi
I am Italian and I am using a translator to write this problem.
When I install the component, there are no problems.
When I attach to a page on my website, but does not open the forum but this error (in Attachment photos)

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

More
14 years 1 month ago #123647 by xillibit
Replied by xillibit on topic 500 Internal Server Error
Hello,

This issue isn't related to kunena but with a module in your template Cod4

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
14 years 1 month ago #123652 by Luca Costa
Thanks for the reply.
Would you help me to solve anyway?

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

More
14 years 1 month ago - 14 years 1 month ago #123668 by sozzled
As xillibit has pointed out, this issue is not a Kunena support issue. This is a case of My Joomla site template makes a mess of Kunena and, because you bought the Joomla site template from a person or company who makes an income out of selling their products, you need to discuss the problem with them.

It may be possible to have someone else solve the problem with the Cod4 template but it will cost you. I would recommend that you would save a lot of headaches, a week's work and a thousand euro if you started over; forget all about using crappy, outdated, J! 1.5 templates that don't meet today's web design standards ... and use J! 2.5.
Last edit: 14 years 1 month ago by sozzled.

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

More
14 years 1 month ago #123684 by Luca Costa
So in a few words with the templade I used you can not use Kunena? The site is this repartozero.it

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

More
14 years 1 month ago #123685 by Luca Costa
The problem could be here too?
<?php
defined('_JEXEC') or die('Restricted access'); // no direct access



ob_start();

require_once dirname(__FILE__) . str_replace('/', DIRECTORY_SEPARATOR, '/../../../../modules/mod_mainmenu/tmpl/default.php');

ob_clean();



if (!defined('modMainMenuArtXMLCallbackDefined'))

{

function modMainMenuArtXMLCallback(&$node, $args)

{

if (!$GLOBALS && $node->name() == 'li' && $node->level() == 1) {

if ($ul = $node->getElementByPath('ul'))

$node->removeChild($ul);

?

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

Time to create page: 0.256 seconds