- Posts: 9
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
This category is for the plugin developed, endorsed, maintained and supported by the Kunena project team. The topics in this category only relate to the plugin developed for K 1.6 and later versions.
Question Fatal error backend article new, edit
14 years 6 months ago #106337
by nordica
Replied by nordica on topic Re: Fatal error backend article new, edit
Thank you Xillibit.,
Please Log in or Create an account to join the conversation.
14 years 6 months ago #106430
by Matias
Replied by Matias on topic Re: Fatal error backend article new, edit
I think I've fixed this bug already and reported it somewhere in this forum. What is needed is to prevent KD from being initialized in the backend.
Initialization should start like this:
Initialization should start like this:
Code:
// *** initialization ***
function plgContentKunenaDiscuss(&$subject, $params) {
$this->_app = JFactory::getApplication ();
if ($this->_app->isAdmin()) return;
The following user(s) said Thank You: new_friend
Please Log in or Create an account to join the conversation.
14 years 6 months ago #106509
by nordica
Replied by nordica on topic Re: Fatal error backend article new, edit
Hello Matt..
thank you for taking time to respond.
Just a quick question.. WHere would i put that code?
thank you.
thank you for taking time to respond.
Just a quick question.. WHere would i put that code?
thank you.
Please Log in or Create an account to join the conversation.
14 years 6 months ago #106518
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Fatal error backend article new, edit
It's in the file \plugins\content\kunenadiscuss\kunenadiscuss.php
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.
- martijn189
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 1
14 years 5 months ago #108629
by martijn189
Replied by martijn189 on topic Re: Fatal error backend article new, edit
Used latest joomla and latest kunena + discuss plugin, had this issue also. Could this fix be inserted into the next version update?
THNAKS FOR THE HOT FIX!!
THNAKS FOR THE HOT FIX!!
Please Log in or Create an account to join the conversation.
14 years 5 months ago #108630
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Fatal error backend article new, edit
This fix will be in next release, but it isn't released yet
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.
Time to create page: 0.309 seconds