A little background first
I am using the virtual appliance directly from Zimbra which contained the Network Edition, I then "upgraded" to the OpenSource 8.0.5 edition. Once on the OpenSource edition and everything worked I installed zextras 1.8.10.
After installing zextras I am no longer able to open any properties of a user's mailbox. The error I receive is below:
JavaScript error encountered in method ZaController.prototype.changeActionsState
message: Unable to get value of the property 'getObject': object is null or undefined description: Unable to get value of the property 'getObject': object is null or undefined number: -2146823281 name: TypeError
Items I have tried:
1.) Flushed the Zimlet cache (zmprov flushCache zimlet) and restarted.
2.) Two errors in mailbox.log were unable to load "com_zimbra_smime_cert_admin" and "com_zimbra_delegatedadmin" so I ran "zmzimletctl undeploy com_zimbra_smime_cert_admin" and "zmzimletctl undeploy com_zimbra_delegatedadmin". I was thinking this due to "upgrading" from network edition to opensource.
3.) Added ?dev=1 to the URL but it gets stuck on the "Loading" screen with a javascript error (shown below).
Message: Exception thrown and not caught
Line: 54
Char: 3
Code: 0
URI: https://mail.domain.com:7071/zimbraAdmin/js/zimbraAdmin/common/ZaRequestMgr.js?v=130910130453
**Uninstalling zextras with "install.sh -u all" resolves the issue.**
Any ideas?