- Posts: 7245
- Thank you received: 566
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
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.
Question Internal server error
14 years 7 months ago #105779
by Matias
Replied by Matias on topic Re: Internal server error
There is clearly something odd going on. I'm just trying to think how to find out where the issue is located.
Try to do the same from the forum and after that go back to plugin.
Try to do the same from the forum and after that go back to plugin.
Please Log in or Create an account to join the conversation.
14 years 7 months ago #105800
by erkan
Replied by erkan on topic Re: Internal server error
What do you mean by "Try to do the same from the forum and after that go back to plugin."?
Please Log in or Create an account to join the conversation.
14 years 7 months ago #105806
by Matias
Replied by Matias on topic Re: Internal server error
Oh, I will try to explain it better:
Go to forum and check if you can post in the same category/topic that is attached to the article.
After that try the same in the discuss plugin.
Go to forum and check if you can post in the same category/topic that is attached to the article.
After that try the same in the discuss plugin.
Please Log in or Create an account to join the conversation.
14 years 7 months ago #105817
by erkan
Replied by erkan on topic Re: Internal server error
Sorry as always I forgot to activate the new forum category. Now I can comment with the plugin but I get the internal server error message on my live site:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
________________________________________
Apache/2 Server at www.fotoforalla.se Port 80
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
________________________________________
Apache/2 Server at www.fotoforalla.se Port 80
Please Log in or Create an account to join the conversation.
14 years 7 months ago #105868
by Matias
Replied by Matias on topic Re: Internal server error
That message comes from server mis-configuration. It looks like you haven't any error documents set to the server.
I think I found out what causes Kunena to create so many topics. Try to edit file plugins/content/kunenadiscuss/kunenadiscuss.php and replace
with this:
I hope it fixes your issue!
I think I found out what causes Kunena to create so many topics. Try to edit file plugins/content/kunenadiscuss/kunenadiscuss.php and replace
Code:
function plgContentKunenaDiscuss(&$subject, $params) {
$this->_app = JFactory::getApplication ( 'site' );
Code:
function plgContentKunenaDiscuss(&$subject, $params) {
$this->_app = JFactory::getApplication ();
if ($this->_app->isAdmin()) return;
I hope it fixes your issue!
Please Log in or Create an account to join the conversation.
14 years 7 months ago - 14 years 7 months ago #105881
by erkan
Replied by erkan on topic Re: Internal server error
No it still doesn´t work. But the strange thing is that it works on my test site which is a duplicate of my real site with a few modifications. I will compare the two sites and see if I can find what makes the plugin work on the test site.
I still get the internal server error message.
I still get the internal server error message.
Last edit: 14 years 7 months ago by erkan.
Please Log in or Create an account to join the conversation.
Time to create page: 0.235 seconds