After upgrading to 8.8.8 admin extensions don't work

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
fen0x
Posts: 1
Joined: Mon Apr 02, 2018 1:40 pm

After upgrading to 8.8.8 admin extensions don't work

Post by fen0x »

I've just upgraded my Zimbra server from 8.7.11-GA to 8.8.8-GA and everything seems to work except the admin console zimlets. They show up as deployed but I have no "proxy config" functionality, no "view email", no zextras menu entry.
I've tried to uninstall and reinstall all zimlets using this procedure https://wiki.zimbra.com/wiki/Reinstall_ ... Extensions but with no luck.
User avatar
andreaswolske
Posts: 35
Joined: Tue Nov 26, 2013 11:24 am
Location: Berlin
ZCS/ZD Version: Release 8.8.15_GA_3829.RHEL7_64_201
Contact:

Re: After upgrading to 8.8.8 admin extensions don't work

Post by andreaswolske »

Same thing here: Just upgraded our test environment from 8.8.6 to 8.8.8.
NG Modules are missing completely and so do other admin extensions.
User avatar
andreaswolske
Posts: 35
Joined: Tue Nov 26, 2013 11:24 am
Location: Berlin
ZCS/ZD Version: Release 8.8.15_GA_3829.RHEL7_64_201
Contact:

Re: After upgrading to 8.8.8 admin extensions don't work

Post by andreaswolske »

following workaround did the trick for me:

Code: Select all

service zimbra stop
yum remove zimbra-network-modules-ng-1.0.13+1521603981-1.r7.x86_64
now manually install the previous version extracted from ~/zcs-NETWORK-8.8.7_GA_1964.RHEL7_64.20180223145016/packages

Code: Select all

yum install zimbra-network-modules-ng-1.0.12+1519200210-1.r7.x86_64.rpm
service zimbra start
sudo su - zimbra
zmzimletctl undeploy com_zextras_zextras
zmzimletctl undeploy com_zextras_client
zmzimletctl deploy zimlets/com_zextras_zextras.zip
zmzimletctl deploy zimlets/com_zextras_client.zip
zmmailboxdctl restart
Now Admin Extensions and zExtras NG is visible in the Admin GUI again.

HTH
Post Reply