Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Solved Error: FAILED Uncaught Exception: Duplicate entry

More
11 years 6 months ago - 11 years 6 months ago #11 by xillibit
In /administrator/components/com_kunena/install/data/sampledata.php remove the following lines at line 150 :
Code:
$aliasquery = "INSERT INTO `#__kunena_aliases` (`alias`, `type`, `item`, `state`) VALUES ({$db->quote($section_alias)}, 'catid', '1', 1), ({$db->quote($cat1_alias)}, 'catid', '2', 1), ({$db->quote($cat2_alias)}, 'catid', '3', 1);";

And line 205 remove :
Code:
$db->setQuery($aliasquery); $db->query(); if ($db->getErrorNum ()) throw new KunenaInstallerException ( $db->getErrorMsg (), $db->getErrorNum () );

Do it in the installation package and re-try the installation of Kunena after

I don't provide support by PM, because this can be useful for someone else.
Last edit: 11 years 6 months ago by xillibit.
The following user(s) said Thank You: StormFlash

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

More
11 years 6 months ago #12 by StormFlash
Big personal thanks to you! It worked! :woohoo:
Together attachments that are already patched version of your wonderful component. You never know who else needed.

File Attachment:

File Name: com_kunena...9-02.zip
File Size:1,776 KB
Attachments:

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

More
11 years 6 months ago #13 by xillibit
This was just a quick workaround, but we need to find a better way to fix it

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.375 seconds