- Posts: 114
- Thank you received: 2
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 500 Error in Forum Configuration and forum
14 years 10 months ago #98909
by Bob Britt
Replied by Bob Britt on topic Re: 500 Error in Forum Configuration and forum
Thanks C0n, I have tried both arrangements with no difference.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #98939
by Matias
Replied by Matias on topic Re: 500 Error in Forum Configuration and forum
.htaccess looks good..
The odd thing is that Kunena (1.6.4) should catch all PHP errors and show a nice box saying what goes wrong and where the issue was found. So it's very likely that this error comes from somewhere else.
Have you already found your error.log file?
The odd thing is that Kunena (1.6.4) should catch all PHP errors and show a nice box saying what goes wrong and where the issue was found. So it's very likely that this error comes from somewhere else.
Have you already found your error.log file?
Please Log in or Create an account to join the conversation.
14 years 10 months ago #99029
by Bob Britt
Replied by Bob Britt on topic Re: 500 Error in Forum Configuration and forum
Yes, found the error log, only thing I find being recorded is this.
Which consist of this.
The last bracket being line 129.
I don't think this is related because the times this error is recorded is not the times I attempted to get to the Kunena Forum Config page.
Code:
[21-Jun-2011 15:12:22] PHP Notice: Undefined index: name in /home/XXXXXX/public_html/templates/tntsmalllogo/html/mod_mainmenu/default.php on line 129
Code:
if (($node->name() == 'li') && ($id = $node->attributes('id'))) {
if ($node->attributes('class')) {
$node->addAttribute('class', $node->attributes('class').' item'.$id);
} else {
$node->addAttribute('class', 'item'.$id);
}
}
I don't think this is related because the times this error is recorded is not the times I attempted to get to the Kunena Forum Config page.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #99418
by Bob Britt
Replied by Bob Britt on topic Re: 500 Error in Forum Configuration and forum
I have dug and dug and can not find an error message being generated or recorded anywhere in the logs. Even had the host after it but still nothing. I know we can't resolve this without a specific error message. Thanks for everyone's help, hope I can get some resolution on this.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #99580
by Matias
Replied by Matias on topic Re: 500 Error in Forum Configuration and forum
Yes, notification isn't related to 500 Error..
I really don't know how to help you without seeing what is going wrong. One thing that causes configuration page not to load is to have some illegal or unexpected data in configuration. I bet it is in integration, so..
If you have access to database (phpmyadmin), go to jos_kunena_configuration and edit it. Change following values:
integration_avatar = kunena
integration_profile = kunena
integration_login = joomla
integration_private = none
integration_activity = none
integration_access = joomla
I really don't know how to help you without seeing what is going wrong. One thing that causes configuration page not to load is to have some illegal or unexpected data in configuration. I bet it is in integration, so..
If you have access to database (phpmyadmin), go to jos_kunena_configuration and edit it. Change following values:
integration_avatar = kunena
integration_profile = kunena
integration_login = joomla
integration_private = none
integration_activity = none
integration_access = joomla
Please Log in or Create an account to join the conversation.
14 years 10 months ago #99642
by Bob Britt
Replied by Bob Britt on topic Re: 500 Error in Forum Configuration and forum
Well that sure will show us if it's the integration. I'll let you know the results.
Please Log in or Create an account to join the conversation.
Time to create page: 0.311 seconds