- Posts: 6
- Thank you received: 0
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 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
- Luca Costa
-
Topic Author
- Offline
- New Member
-
Less
More
14 years 4 months ago #123637
by Luca Costa
500 Internal Server Error was created by Luca Costa
Please Log in or Create an account to join the conversation.
14 years 4 months ago #123647
by xillibit
I don't provide support by PM, because this can be useful for someone else.
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
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.
- Luca Costa
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
14 years 4 months ago #123652
by Luca Costa
Replied by Luca Costa on topic 500 Internal Server Error
Thanks for the reply.
Would you help me to solve anyway?
Would you help me to solve anyway?
Please Log in or Create an account to join the conversation.
14 years 4 months ago - 14 years 4 months ago #123668
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic J! 1.5 Cod4 template causes 500 Internal Server Error with Kunena
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.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 4 months ago by sozzled.
Please Log in or Create an account to join the conversation.
- Luca Costa
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
14 years 4 months ago #123684
by Luca Costa
Replied by Luca Costa on topic J! 1.5 Cod4 template causes 500 Internal Server Error with Kunena
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.
- Luca Costa
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
14 years 4 months ago #123685
by Luca Costa
?
Replied by Luca Costa on topic J! 1.5 Cod4 template causes 500 Internal Server Error with Kunena
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);
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.212 seconds