Favorite folders are not accessible any more
-
WebApp 5.1.0.0+167.1
Favorite folders are not accessible.
JavaScript error: TypeError: undefined is not an object (evaluating ‘b.getMAPIStore’)
var isRecord2Shared = record2.getMAPIStore().isSharedStore();I guess that there is a permission problem with one of a folder.
-
I solved the problem by myself.
I switched to($load == LOAD_DEBUG) { $jsLoadingSequence[] = "client/kopano-debug.js";
in server/includes/loader.php
and added a few “return 0” below the compareRecordProp section to get a human-readable list of all the favorite folders.One user removed the permissions of her Inbox, so the shared folder was not accessible any more, and killed the whole favorite folders too.