In version 6.1.6 I'm having a problem with inappropriate error messages from Widgets.
For example on Upload Music, if I have a maximum of 10 files per user in set in config and I try to upload an eleventh file, when I hit Upload I get a black Alert box with the error message "undefined". I believe this is due to a missing entry in the language file English.xml.
I think this is the case because if I force another error at that point like not specifing a file to upload I get the same kind of error box but it says "You should select a file".
This implies to me that whatever code is checking for a maximum file upload count is properly returning an error code but that no message text has been put in the English.xml file to handle it. Hence the "undefined" message. Since I can't find the keys used to select in the english.xml defined in the php anywhere they must be in the Flash code.
Can somebody with the flash code look this up and add the appropriate message to fix this? There othe places where this "undefined" message occurs, but lets start with a specific example. This can't be that tough a fix.