Skip to main content

OnlineSupport4u

IPAddress is already an active IP

By PrasadNaik
October 18, 2017

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 More

error reading information on service virtualizor: No such file or directory

By PrasadNaik
September 19, 2017

While 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 More

Disable WordPress plugins from PHPmyadmin

By PrasadNaik
September 19, 2017

You 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 More

softacalous Blank Screen cPanel/WHM

By PrasadNaik
July 25, 2017

While 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 More

Cloudflare with Engintron

By PrasadNaik
July 24, 2017

We 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 More

mysqldump: Got error: 1017: Can’t find file: ‘wp_wfBadLeechers’ (errno: 2) when using LOCK TABLES

By PrasadNaik
July 20, 2017

While 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 More

Your server’s MySQL/MariaDB RPM target is set to “unmanaged”. cPanel

By PrasadNaik
July 20, 2017

Was 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 More

Secure Connection Failed Dell IPMI

By PrasadNaik
July 18, 2017

One 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 More

error connection dropped by imap server. query capability

By PrasadNaik
July 10, 2017

Was 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
1 11 12 13 25