June 25, 2026
While trying to change main IP of server was facing issue Where was getting message IPAddress is already an active IP On checking around found the below solution which worked Make sure that the IP address you’re trying to add has been removed from these files: /etc/hosts /etc/ips /etc/mail_reverse_dns If you happen to also […]
Read MoreWhile installing Virtualizor on one of the servers which had linux Centos 7 was getting error [root@ny7 ~]# ./install.sh email=xxx@gmail.com kernel=kvm ———————————————– Welcome to Softaculous Virtualizor Installer ———————————————– An existing installation of Virtualizor has been detected ! If you continue to install Virtualizor, the existing installation and all its Data will be lost Do you […]
Read MoreYou can easily disable all WordPress plugins directly from your database. This is useful when you have problems with your WordPress installation, such as not being able to log in to the admin Dashboard, or having blank pages on the website. If you don’t know which is the database used by your WordPress website, you […]
Read MoreWhile trying to access softacalous from WHM > Plugins > I was just getting White Screen The tried disabling and enabling ioncube loader from WHM > Tweak Settings, However the issue persisted So I went ahead and reinstalled using below steps the Softaculous folder here: root@server1 [/usr/local/cpanel]# rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/softaculous root@server1 [/usr/local/cpanel]# wget -N […]
Read MoreWe had a issue where domain which is using cloudflare and server had engintron those domains were not working correctly Engintron does support Cloudflare . There are few custom rules which needs to be setup from WHM > Plugin > Emgintron > Edit your custom_rules for Nginx For domains which have dedicated IP below is […]
Read MoreWhile making full backup of mysql using below command we got error mysqldump: Got error: 1017: Can’t find file: ‘wp_wfBadLeechers’ (errno: 2) when using LOCK TABLES # mysqldump –all-databases > /backup/all_databases.sql The issue was due to some corrupt tables Below is the fix used for making a full dump of database ignoring error mysqldump –skip-lock-tables […]
Read MoreWas getting this error while trying to upgrade mysql in WHM/cPanel, Your server’s MySQL/MariaDB RPM target is set to “unmanaged”. You cannot use the MySQL/MariaDB Upgrade feature while your server is in this state. The issue was due to entry in file /var/cpanel/rpm.versions.d/local.versions set mysql to unmanaged Went ahead and set it to managed and […]
Read MoreOne of the client was getting error while accessing Dell IPMi Secure Connection Failed The connection to 198.1xx.x.xxx was interrupted while the page was loading. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of […]
Read MoreWas getting the error for squirrel mail on cpanel server On Investigating could see issue was in Dovecot Below is the fix I used It’s possible that this can be rectified by increasing “Maximum Size of a Mail Process (MB)” under Main >> Service Configuration >> Mailserver Configuration in WHM. Once I did it the […]
Read More