Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 Bug tracker - Permission denied

More
14 years 11 months ago - 14 years 11 months ago #98457 by martiinkolle
Hi Kunena!

I have tried to acces this bug in your tracker, but it returns Permission denied - forge.joomla.org/gf/project/kunena/track...wse&tracker_id=24062

I'm also developing a component for J1.6 and is having the some issue, so it could be nice to see how you have edited the bug. :)

Is it possible for someone to see this bug, and maybe send the solution?
Thanks in advance!

/Martin
Last edit: 14 years 11 months ago by martiinkolle.

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

More
14 years 11 months ago #98477 by xillibit
Hi,

You link is incorrect, do you have more details on this bug ?

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.

More
14 years 11 months ago - 14 years 11 months ago #98516 by martiinkolle
FOUND THE ERROR: SEE NEXT POST

At kunenas changelog:
Code:
# [#24062] Fix issue under J! 1.6 Fatal error: Cannot access protected property TableKunenaCategory::$_db in admin.kunena.php on line 1331

It have nothing to do with Kunena, but it is:
Fatal error: Cannot access protected property TableEntries::$_db in /administrator/components/com_lyftenbloggie/framework/core/entry.php on line 511

Line code:
Code:
$this->_id = $this->_entry->_db->insertId();

package:
dev.martiinkolle.dk/?download=lyften_16&directInstall=1

Thanks for your time :)
Last edit: 14 years 11 months ago by martiinkolle.

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

More
14 years 11 months ago #98673 by martiinkolle
FOUND THE ERROR! Thanks for your time :)

Just needs to load the DB
Code:
if ($isNew) { $db =& JFactory::getDBO(); $this->_id = $db->insertId(); }

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

Time to create page: 0.242 seconds