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

More
14 years 7 months ago #105887 by Matias
Replied by Matias on topic Re: Internal server error
Please update this topic when you find out. You should also set up test domain into your server so you can test changes in live environment.

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

More
14 years 7 months ago #105909 by badabugs
Replied by badabugs on topic Re: Internal server error
Hi Matias,

I think I found out what causes Kunena to create so many topics. Try to edit file plugins/content/kunenadiscuss/kunenadiscuss.php and replace

function plgContentKunenaDiscuss(&$subject, $params) {

$this->_app = JFactory::getApplication ( 'site' );


with this:

function plgContentKunenaDiscuss(&$subject, $params) {

$this->_app = JFactory::getApplication ();
if ($this->_app->isAdmin()) return;


it didn't fix the issue.

I saw something strange, threads that were created have an old date ... (for me, it the 12th august)

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

More
14 years 7 months ago #105923 by Matias
Replied by Matias on topic Re: Internal server error
Yes, Kunena Discuss uses the date from the article by default.

Which issue wasn't fixed by this change?

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

More
14 years 7 months ago #105954 by badabugs
Replied by badabugs on topic Re: Internal server error
No changes for me :

when I try to add a comment in the discuss plugin I get an internal server error and 125 topics is created in my forum


when activity stream is enabled .

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

More
14 years 7 months ago #105957 by Mortti
Replied by Mortti on topic Re: Internal server error
Why you don't say/give your information, it's still mystery for me what looks in here... google? it's never as bad?

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

More
14 years 7 months ago #105995 by erkan
Replied by erkan on topic Re: Internal server error
I have now compared my test site and my live site and I still don´t know why the plugin works in my test site but not on my live site.

Jomsocial activity stream intergration is enabled on my test site and the K disucss plugin works anyway but it don´t on my live site.

The only difference between my live site and my test site is that the test site have Jomsocial Profil Types fron JoomlaXI and PayPlans installed. And my test site is on another domain but it is still the same webhost.

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

Time to create page: 0.590 seconds