- 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
Question Internal server error
Please Log in or Create an account to join the conversation.
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.
Which issue wasn't fixed by this change?
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
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.