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 03-27-2009, 11:12 AM
Trained Alumni
 
Posts: 127
Default Functions not workin if email is disable

Hi, all
I'm using 5.0.15 on RHEL (but also ubuntu)
I disbled the email function for accounts, setting zimbraFeatureMailEnabled to FALSE, but I discovered that I cannot create calendar, tasks, documents and so on.

I think I've found the place where the bug could be:

ZmNewOrganizerDialog.prototype._getFolderData =
function() {
// make sure a parent was selected
var parentFolder;
if (this._folderTreeView) {
// default to the root if no folder is selected
parentFolder = this._folderTreeView.getSelected() || appCtxt.getFolderTree().root;
} else {
var folderTree = appCtxt.getFolderTree();
if (folderTree) {
parentFolder = folderTree.root;
} else {
parentFolder = this._folderTreeView.getSelected()
}
}
// check name for presence and validity
var name = AjxStringUtil.trim(this._nameField.value);
var msg = ZmFolder.checkName(name, parentFolder);

// make sure parent doesn't already have a child by this name
if (!msg && parentFolder.hasChild(name)) {
msg = AjxMessageFormat.format(ZmMsg.errorAlreadyExists, [name]);
}

var color = null;
if (!msg && this._colorSelectId) {
color = this._colorSelect.getValue();
}

var url = null;
if (!msg && this._remoteCheckboxField) {
url = this._remoteCheckboxField.checked ? this._urlField.value : null;
if (url || url != null) {
msg = ZmOrganizer.checkUrl(url);
}
}

if (!msg && parentFolder.disallowSubFolder) {
msg = AjxMessageFormat.format(ZmMsg.errorSubFolderNotAll owed, parentFolder.name);
}

return (msg ? this._showError(msg) : {larentFolder.id, name:name, color:color, url:url});
};

ZmNewOrganizerDialog.prototype._getTabGroupMembers =
function() {
var list = [this._nameField];
if (this._colorSelect) {
list.push(this._colorSelect);
}
return list;
};


From Startup2_all.js, if emailfunction is disabled no other function (calendar, tasks, documents...) allow to create a new item, this is because the root folder is not defined, and I think that the prolem is inhow this function determines the root folder.

Can you help me ? thank you very much
__________________
http://www.seacom.it
Reply With Quote
  #2 (permalink)  
Old 04-30-2009, 09:59 AM
Member
 
Posts: 10
Question Re: Functions not workin if email is disable

I have the same problem. We want to deploy the use of the calendar and documents only, and not use the email. But when you disable the email tab, your calendar and other items no longer work, their there, but don't work.

Has anyone got a solution or work around for this issue??


ZCS OS, 5.0.14
__________________
Silas T.
International Affairs
University of Oregon
Reply With Quote
  #3 (permalink)  
Old 04-30-2009, 09:47 PM
Trained Alumni
 
Posts: 127
Default

I added on row 32414 of the Startup1_2_all.js
// Aggiunto da Lorenzo
ZmOrganizer.TREE_TYPE["FOLDER"] = "FOLDER";

then I created the compressed version gzip -S .zgz Startup1_2_all.js, because gzip removes the Startup1_2_all.js make sure you have a copy of it.

Restart zimbra and calendar will work, on briefcase there is still an error.
__________________
http://www.seacom.it
Reply With Quote
  #4 (permalink)  
Old 07-10-2009, 05:21 PM
Starter Member
 
Posts: 1
Default

I found the related bug for this ...

Bug 35137 – Cannot create calendar if mail si disable.

If anybody has an update please do share it....thanks
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.