Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
11 years 11 months ago #1 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)
Attachments:

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

More
11 years 11 months ago #2 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
11 years 11 months ago #3 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
11 years 11 months ago - 11 years 11 months ago #4 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: 11 years 11 months ago by sozzled.

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

More
11 years 11 months ago #5 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
11 years 11 months ago #6 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.

More
11 years 11 months ago #7 by sozzled
That last code snippet you posted has nothing to do with Kunena. The problem seems to have something to do with some badly written menu module. Our advice is to remove it.

The question really boils down to which is more important to you: your template or a working forum?

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

More
11 years 11 months ago #8 by Luca Costa
Thank you for your answers.
This is a template work.
How can I remove this module? And above all, without causing damage

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

More
11 years 11 months ago #9 by Luca Costa
I solved it.
I deleted the php file that was clobbered.
Kunena is now viewable.
thanks :)

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

Time to create page: 0.400 seconds