Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-14-2010, 12:00 PM
Active Member
 
Posts: 27
Default Inboxzero not working

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

Last edited by karukera; 10-02-2010 at 05:38 AM.. Reason: Added an information
Reply With Quote
  #2 (permalink)  
Old 01-21-2011, 12:07 AM
Starter Member
 
Posts: 1
Default

Hi,

I was getting the same problem. I've solved it changing the line 191 in inboxzero.js from:

msg.list.moveItems({items:msg, folder:archive, callback:callback});

to

msg.list.moveItems({items:[msg], folder:archive, callback:callback});

After flushing the cache, now it's working.

A++
Reply With Quote
  #3 (permalink)  
Old 01-21-2011, 03:45 AM
Zimbra Consultant & Moderator
 
Posts: 20,313
Default

Quote:
Originally Posted by phileas View Post
Hi,

I was getting the same problem. I've solved it changing the line 191 in inboxzero.js from:

msg.list.moveItems({items:msg, folder:archive, callback:callback});

to

msg.list.moveItems({items:[msg], folder:archive, callback:callback});

After flushing the cache, now it's working.

A++
It would help if you filed a bug report for that problem?
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.