NG tab not visible: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:
=NG module tab not visible=
=NG module tab not visible=
<hr>
<hr>
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}}
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|}}
<hr>
<hr>


Line 58: Line 58:
</pre>
</pre>


'''Restart the mailbox service'''
zmmailboxdctl restart


{{SubmittedBy|Nagesh Bhagwat}}
{{SubmittedBy|Nagesh Bhagwat}}


{{Article Footer|ZCS 8.8|2020-04-13}}
{{Article Footer|ZCS 8.8|2020-04-13}}

Revision as of 11:27, 19 October 2021

NG module tab not visible


   KB 24365        Last updated on 2021-10-19  




0.00
(0 votes)

Problem

Sometimes it may appear that the NG module tab is not visible in the admin console.

Solution

The following steps need to be performed to troubleshoot the NG tab visibility issue.

Solution 1 : Reinstalling the NG module package


For Ubuntu

apt-get install --reinstall zimbra-network-modules-ng

For Redhat/CentOS

yum reinstall zimbra-network-modules-ng

Restart the mailbox service to reflect the changes

zmmailboxdctl restart

If reinstalling zimbra-network-modules-ng did not work, try solution 2


Solution 2 : Reinstalling the Zimlets

Undeploy Zimlets

su - zimbra
for zimlet in `ls -1 /opt/zimbra/zimlets-deployed`
do
zmzimletctl undeploy $zimlet
done


Deploy Zimlets

for zimlet in `ls -1 /opt/zimbra/zimlets | grep -v click2call | grep -v ucconfig`
do
zmzimletctl deploy /opt/zimbra/zimlets/$zimlet
done

for zimlet in `ls -1 /opt/zimbra/zimlets-network | grep -v click2call | grep -v ucconfig`
do
zmzimletctl deploy /opt/zimbra/zimlets-network/$zimlet
done

Restart the mailbox service zmmailboxdctl restart

Submitted by: Nagesh Bhagwat
Verified Against: ZCS 8.8 Date Created: 2020-04-13
Article ID: https://wiki.zimbra.com/index.php?title=NG_tab_not_visible Date Modified: 2021-10-19



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search