Kunena 7.0.4 Released

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

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 K 1.7.2: Userlist columns not sortable

More
14 years 2 months ago - 14 years 2 months ago #117939 by D4Real

D4Real wrote: I turned on debugging and see no errors in the Early diagnosis of potential problem situations section.

I see that in the config above:

Code:
[u]System - Mootools Upgrade:[/u] Disabled | [u]System - Mootools12:[/u] Disabled
however, as I said, I do not have these in my plugin listing and can not find anything about installing them.

EDIT: I found packages for the 2 plugins. Enabled them and there has been no change.

I double checked the reference of what i thought was 112 earlier, but it appears to be a css version? It was on a listed on a css file i have.


I analyzed my site in Chrome using inspect element, switched to the scripts tab and found the mootools scripts that are running and it says:
MooTools={version:"1.4.3"
MooTools.More={version:"1.4.0.1"

So I imagine I am meeting the mootools 1.2 requirement?

When viewing the page in IE, everything works fine until I goto sort the userlist by a column. When i click the heading, nothing happens and error on page appears in the lower left throwing out

Webpage error details
Message: 'task' is null or not an object
Line: 4
Char: 242
Code: 0
URI: /media/system/js/core.js
Last edit: 14 years 2 months ago by D4Real.

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

More
14 years 2 months ago - 11 years 9 months ago #117961 by sozzled
D4Real: You have the necessary Joomla Mooltools library installed, there is nothing else that you need to enable in J! 2.5.1. You have only read a small part of what is discussed in Common causes of Mootools (Javascript library) issues and Kunena . So let me paint the picture for you.

If you are running J! 2.5.1, for the sortable columns to work when you display the Kunena user list, you need the following Javascript libraries:
Code:
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js" type="text/javascript"></script> type="text/javascript"></script> <script type="text/javascript" src="http://xxxxxxx.xxx/components/com_kunena/js/mediaboxadvanced/js/mediaboxAdv.js"></script> <script type="text/javascript" src="http://xxxxxxx.xxx/components/com_kunena/template/default/js/default-min.js"></script>
This is what we find on your site:
Code:
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script> <script src="/media/system/js/core.js" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js" type="text/javascript"></script> <script src="http://usedprostock.com/components/com_kunena/template/default/js/debug.js" type="text/javascript"></script> <script src="http://usedprostock.com/components/com_kunena/js/mediaboxadvanced/js/mediaboxAdv.js" type="text/javascript"></script> <script src="http://usedprostock.com/components/com_kunena/template/default/js/default.js" type="text/javascript"></script> <script src="/plugins/system/jcemediabox/js/jcemediabox.js?version=112" type="text/javascript"></script> <script type="text/javascript" src="http://usedprostock.com/modules/mod_swmenufree/transmenu_Packed.js"></script> <script type="text/javascript" src="http://usedprostock.com/modules/mod_swmenufree/jquery-1.2.6.pack.js"></script> <script language="javascript" type="text/javascript" src="/templates/joomlage0039-microlite/js/jscolor/jscolor.js"></script> <script type="text/javascript" src="/templates/joomlage0039-microlite/js/UvumiDropdown.js"></script>
If I had to guess what was responsible for your problem, I would say it's probably swMenuFree . Try uninstalling swMenuFree and see if that cures the problem. We have also received reports about JCE MediaBox causing problems with Joomla; that's another very likely possibility. Last, but by no means least, it's also possible that the Joomla template you are using has introduced Javascript that is incompatible with Joomla 2.5.1. This is something else that you may need to eliminate as the cause of your table-sorting problem.

The easiest way to prove that this is not a Kunena problem is to make a clean standard install of Joomla 2.5.1, add Kunena 1.7.2 (and make no other changes at all!) and then you will know if the user list column headers toggle as sort filters.

Does this sound like a reasonable plan to you, D4Real?
Last edit: 11 years 9 months ago by sozzled.

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

More
14 years 2 months ago #117963 by D4Real

sozzled wrote: Does this sound like a reasonable plan to you, D4Real?


Ill do some playing around and see what I can do. You pointed out the 2 main components that I use to make my site do what I want, so if thats the case, I may run into issues being able to actually give it up. If I can at least pinpoint which one, I will contact the developer to see if something can be done to make it compatible.

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

More
14 years 2 months ago #117967 by sozzled
D4Real: The only point that I am trying to make is that, in the past, those two components have caused problems with Joomla (and, of course, that means how Joomla works so that Kunena can run). Follow these two links for more evidence of the problems we've received in the past: Link 1 ; Link 2 . I am not saying that I know for sure that these are the cause of the problem but I am suggesting that they are prime suspects for investigation.

You have a Javascript library loaded by a Joomla extension that is interfering with Joomla Mootools. You need to identify what it is.

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

More
14 years 2 months ago - 14 years 2 months ago #118403 by D4Real

sozzled wrote: D4Real: The only point that I am trying to make is that, in the past, those two components have caused problems with Joomla (and, of course, that means how Joomla works so that Kunena can run). Follow these two links for more evidence of the problems we've received in the past: Link 1 ; Link 2 . I am not saying that I know for sure that these are the cause of the problem but I am suggesting that they are prime suspects for investigation.

You have a Javascript library loaded by a Joomla extension that is interfering with Joomla Mootools. You need to identify what it is.


Hello Again!

I used my test host to install a FRESH installation of the latest joomla and ONLY added the latest version of Kunena. Then I added 2 new users, so I could sort my user list.

Tried to sort the user list. No sort.

Whats next? (Yes, I know it says mootools upgrade and 1.2 are disabled, but this is how the installation came. I will not do anything additional unless told otherwise)

dforoffice.com/jersey/index.php/forum/recent

This message contains confidential information

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

Legacy mode: Disabled | 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: 64M | Max file upload: 10M

Kunena menu details:
Warning: Spoiler!

Joomla default template details : beez_20 | author: Angie Radtke | version: 2.5.0 | creationdate: 25 November 2009

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None

Last edit: 14 years 2 months ago by D4Real.

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

More
14 years 2 months ago - 14 years 2 months ago #118426 by sozzled
I have an apology to make to D4Real. There appears to be something peculiar about K 1.7.2. We are investigating the issue. It's surprising to me that no-one else has discovered the problem until now (nearly a month after K 1.7.2 was released) which, I suppose, just goes to show how little-used is this particular feature.

The problem has nothing to do with Joomla 2.5.1. The problem can be reproduced here, at this website:

See www.kunena.org/forum/userlist and you will find that the table is not sortable by clicking the column headings.

I admit that, when I tested this on K 1.7.1 I did not see this problem. Therefore, this leads us to conclude that something occurred in the building of K 1.7.2. I have alerted the project team to the situation and I am looking for an answer on your behalf.
Last edit: 14 years 2 months ago by sozzled.
The following user(s) said Thank You: D4Real

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

Time to create page: 0.254 seconds