I got the same error indicated in another thread with the last version of inbix zero.
Archive and create task don't work.
I use ZCS 6.0.6 in French with Firefox 3.6.9 in French too and ZWC Ajax in French.
I looked at FF error console and found that message :
Erreur*: i.getAccount is not a function
Fichier Source*:
https://webmail.domain.tld/service/z...gz?language=fr
Ligne*: 8857
Looking at the source file, the error is in this instruction :
InboxZero.prototype._archive=function(i,o){
var t=this._getActiveInbox(i.getAccount());
var e=t.getByName(this.getMessage("archiveFolder"));
this.__selectNext();
i.list.moveItems({
items:i,folder:e,callback

}
)
};
Notice that when i click either archive or create task i get twice the same error.
Thanks in advance.
EDIT : After having switched to English(US), with Chrome i get this error in the javascript console :
Uncaught TypeError: Object ZmMailMsg has no method 'getAccount'
InboxZero._archive/service/zimlet/res/Zimlets-nodev_all.
js.zgz?language=en&country=US:3292
InboxZero._handleButton/service/zimlet/res/Zimlets-nodev_all.
js.zgz?language=en&country=US:3518
AjxCallback.runzimbra:649
AjxListener.handleEvent/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:2984
AjxEventMgr.notifyListeners/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:2823
DwtControl.notifyListeners/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:9315
DwtButton._handleClick/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:12979
DwtButton._mouseUpListener/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:13103
AjxCallback.runzimbra:649
AjxListener.handleEvent/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:2984
AjxEventMgr.notifyListeners/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:2823
DwtControl.notifyListeners/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:9315
DwtControl.__mouseEvent/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:10294
DwtControl.__processMouseUpEvent/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:10226
DwtControl.__mouseUpHdlr/zimbra/
js/Startup1_1_all.
js.zgz?v=100202231303:10176
2