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

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 Topic Creation Behavior and Date of Posts

More
15 years 4 months ago - 15 years 4 months ago #67901 by postkat

postkat wrote: But the message is posted!!

In the forum it still says "link or empty" in the wrong place but in the post is a working link to the article. :)


The BBCode for link only is not working on pages where I have a read more tag at the top to prevent the entire article (with several pages) from showing on blog pages.
Last edit: 15 years 4 months ago by postkat.
The topic has been locked.
More
15 years 4 months ago #67906 by vatoloco

mijalis wrote: It is semi-wirking for me...Actually it is working only if quick posts are enabled, and I get an error:

[KunenaDiscuss debug: Constructor called in com_content ]
[KunenaDiscuss debug: onPrepareContent.Allow: Category 25 is in the category map using Kunena category 2 ]
[KunenaDiscuss debug: onPrepareContent: Article 5 ]
[KunenaDiscuss debug: onPrepareContent: Custom Topics disabled ]
[KunenaDiscuss debug: showPlugin: Reply topic! ]
[KunenaDiscuss debug: createTopic() end ]
Fatal error: Class 'CKunenaLink' not found in C:\wamp\www\testing_kunena\components\com_kunena\lib\kunena.posting.class.php on line 912

If "Quick Reply" is off, it doesn't show the link at all...
I haven't tested yet the subscriptions, because I am doing the tests on my pc...




SAME FOR ME!!!!!
The topic has been locked.
More
15 years 4 months ago - 15 years 4 months ago #67911 by gray
I've started a topic on this issue without looking here. So, guys, I'm more more who will fight with the problems :)

First I did when installed the bot - updated and improved the RUSSIAN Lang file (attached).

Will continue testing and bug squadding ...

File Attachment:

File Name: ru-RU.plg_...cuss.zip
File Size:3.41 KB

www.justPHP.net - Custom coding for Joomla!
Last edit: 15 years 4 months ago by gray.
The topic has been locked.
More
15 years 4 months ago #67917 by gray

mijalis wrote: It is semi-wirking for me...Actually it is working only if quick posts are enabled, and I get an error:

[KunenaDiscuss debug: Constructor called in com_content ]
[KunenaDiscuss debug: onPrepareContent.Allow: Category 25 is in the category map using Kunena category 2 ]
[KunenaDiscuss debug: onPrepareContent: Article 5 ]
[KunenaDiscuss debug: onPrepareContent: Custom Topics disabled ]
[KunenaDiscuss debug: showPlugin: Reply topic! ]
[KunenaDiscuss debug: createTopic() end ]
Fatal error: Class 'CKunenaLink' not found in C:\wamp\www\testing_kunena\components\com_kunena\lib\kunena.posting.class.php on line 912


FIXED by adding in kunena.posting.class.php in line 911 (right after function emailToSubscribers start)
Code:
require_once (KUNENA_PATH_LIB . DS . 'kunena.link.class.php');
It worked for me, but I'm not sure it's the only one (and most proper) solution.

www.justPHP.net - Custom coding for Joomla!
The topic has been locked.
More
15 years 4 months ago - 15 years 4 months ago #67919 by vatoloco
Doesn not work for me. I am getting this errors:

Error

* Kunena Internal Error: Please contact the site administrator to fix this issue!


Also your changes failure the output of latestcomments-module when using it on the full article-view!!!
Last edit: 15 years 4 months ago by vatoloco.
The topic has been locked.
More
15 years 4 months ago - 15 years 4 months ago #67926 by gray
as I can see it's triggered by
Code:
function getDatabaseError() { $db = JFactory::getDBO(); if ($db->getErrorNum ()) { $app = JFactory::getApplication(); $my = JFactory::getUser(); $acl = KunenaFactory::getAccessControl(); if ($acl->isAdmin ($my)) { return $db->getErrorMsg(); } else { return 'Kunena '.JText::_ ( 'COM_KUNENA_INTERNAL_ERROR' ); } } }

Could you try to log-in as admin and post a comment to see more detailed error description.

www.justPHP.net - Custom coding for Joomla!
Last edit: 15 years 4 months ago by gray.
The topic has been locked.
Time to create page: 0.316 seconds