HOW TO UNINSTALL FANTASTICO

If your server have previously installed Fantastico DeLuxe and you might no longer needed it, you may uninstall it or remove it by following steps: Log into the server through SSH. Run following commands to uninstall Fantastico. rm -rf /var/netenberg/fantastico_de_luxe/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/ rm -rf /usr/local/cpanel/3rdparty/fantastico* rm -rf /usr/local/cpanel/base/frontend/*/fantastico rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html rm -f /usr/local/cpanel/base/frontend/x/cells/cpanelplugin_Fantastico_De_Luxe.html […]

Continue Reading…

Error: The Domain already exists in Apache Configuration

Sometimes when we try to add a subdomain, parked, or add-on domain via cPanel it causes an error: [wpfmb type=’error’ theme=2]The Domain already exists in Apache Configuration[/wpfmb] To resolve this error we have to remove all instances of the domain name. 1. First verify Ownership of the Domain in question: grep mydomain.com /etc/userdomains 2. Verify if a DNS Zone […]

Continue Reading…

Error: To add, edit, or remove IPs, please contact your server administrator.

When you add IP from WHM, you may get the following message: [wpfmb type=’warning’ theme=2]To add, edit, or remove IPs, please contact your server administrator.[/wpfmb] To fix this issue, Login to your server as root and try adding the IP Address + Netmask to /etc/ips. cat /etc/ips ip:netmask:broadcast 192.168.1.XX:255.255.255.255:192.168.1.255 After that restart the ipalias service /etc/init.d/ipaliases […]

Continue Reading…

Plesk Error:disk quota is not supported due to configuration of server file system in plesk”

Some times we often come across this error of plesk: [wpfmb type=’error’ theme=2]disk quota is not supported due to configuration of server file system in plesk[/wpfmb] For this error just do the following steps: /etc/fstab At first it will look like: /dev/md0 / ext3 defaults 1 1 Just Add ‘usrquota’ to the options in fstab […]

Continue Reading…