Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 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.

Merged Tab Error in Backend View.

More
12 years 9 months ago #146606 by OuP
Dear community,

this was my first installation of Kunena. I have installed Kunena on my local xampp. Configuration report below.

I think there is an Jquery or Mootools error. It is not possible to get access to the different taps in the backend view. Firebug displays an error in the moobootstrap.js called TypeError: this.event is undefined - return this.event.defaultPrevented;

Anyone ideas?






This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 256M | Max file upload: 128M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : oup_red_4 | author: Dr. Obladen und Partner | version: 4.0 | creationdate: Unknown

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 3.0.1 | creationdate: 2013-06-29

Kunena version detailed: Kunena 3.0.1 | 2013-06-29 [ Noordwijkerhout ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 1.9

Third-party SEF components: None

Plugins: Search - Kunena Search 3.0.1

Modules: None

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

More
12 years 9 months ago #146630 by sozzled
Replied by sozzled on topic Tab Error in Backend View.
G'day, OuP, and welcome to Kunena.

Something is definitely not right with your Joomla website. You should see four "tabs" as shown in the following picture.



It is my guess that, because you have a Javascript run-time error, you are running another Joomla extension on your administrator site that prevents the Kunena dashboard from working properly. Have you tried to install Kunena on a clean Joomla base?

It is possible that your installation of K 3.0.1 is corrupted. Have you tried to re-install K 3.0.1?
The following user(s) said Thank You: OuP

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

More
12 years 9 months ago - 12 years 9 months ago #146653 by OuP
Replied by OuP on topic Tab Error in Backend View.
Dear sozzled,

thanks a lot for the warm welcoming ;)

I see the four tabs too. The two tabs are displayed on main sections. I have the problem in the whole kunene configuration where the tabs are used. Acctually the only way to get access is to set the active class manually with firebug.

I will try the same on a clean Joomla installation in the course of this weekend. The Joomla configuration I have tested i a copy of a live system. I want to include the Kunena compenent on the live system when its working correctly.

Reinstalling Kunena I have already tried, but nothing changed. The problem is the same!

These are mya looded scipts in the Kunena Backend view:
Code:
<script src="/201307_kommunal/media/system/js/mootools-core.js" type="text/javascript"></script> <script src="/201307_kommunal/media/system/js/core.js" type="text/javascript"></script> <script src="/201307_kommunal/media/system/js/mootools-more.js" type="text/javascript"></script> <script src="/201307_kommunal/media/kunena/js/bootstrap/moobootstrap.js" type="text/javascript"></script> <script src="/201307_kommunal/media/system/js/multiselect.js" type="text/javascript"></script> <script src="/201307_kommunal/media/system/js/validate.js" type="text/javascript"></script> <script type="text/javascript"> window.addEvent('domready', function() { $$('.hasTip').each(function(el) { var title = el.get('title'); if (title) { var parts = title.split('::', 2); el.store('tip:title', parts[0]); el.store('tip:text', parts[1]); } }); var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); }); </script>

Does this help?

Many thanks in advance!
Last edit: 12 years 9 months ago by OuP.

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

More
12 years 9 months ago #146654 by sozzled
Replied by sozzled on topic Tab Error in Backend View.
Try on a clean install of Joomla with nothing else added and,if it works, you can figure out what extra things you installed on your live site, one or more of which are likely to be the cause of your problem. Good luck. We will hear from you after it have completed your test.

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

More
12 years 9 months ago #146863 by OuP
Replied by OuP on topic Tab Error in Backend View.
I have tried a clean install and all worked fine. Step by step I have installed all components, templates and plugins which are running on the live system and Kunena is still working fine. The bug with the tab error doesn't occur.

Now I am clueless. I don't have any ideas how I can fix the bug for my live system. Any more ideas?

Thanks in advance!

The report of the clean install:
This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 128M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : oup_red_4 | author: Dr. Obladen und Partner | version: 4.0 | creationdate: Unknown

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 3.0.1 | creationdate: 2013-06-29

Kunena version detailed: Kunena 3.0.1 | 2013-06-29 [ Noordwijkerhout ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 1.9

Third-party SEF components: None

Plugins: Search - Kunena Search 3.0.1

Modules: None

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

More
12 years 9 months ago #146865 by sozzled
Replied by sozzled on topic Tab Error in Backend View.

OuP wrote: I have tried a clean install and all worked fine. Step by step I have installed all components, templates and plugins which are running on the live system and Kunena is still working fine. The bug with the tab error doesn't occur.

Very interesting.

The good news is that your test site, with the clean install, works perfectly!

It should not be too difficult to transfer the forum data, the users, etc., from your old broken site across to your new working site, and resume operations on your new site. :)

It looks to me like your old, broken, site was "broken" in Joomla.
The following user(s) said Thank You: OuP

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

Time to create page: 0.305 seconds