Skip to main content

OnlineSupport4u

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

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

IDN Addon Domain Issue

By PrasadNaik
May 12, 2017

We had been working on adding an IDN addon domain in cPanel and received invalid domain name. Internationalized domain name – Wikipedia An internationalized domain name (IDN) is an Internet domain name that contains at least one label that is displayed in software applications, in whole or in part, in a language-specific script or alphabet […]

Read More

Adding International Character domain in cpanel

By PrasadNaik
May 12, 2017

To add international  characters as domain name in cpanel First it need to be converted to unicode to punycode  using http://idna-converter.com/ Once done the domain name can be added accordingly    

Read More

***** FATAL: Failed to download updatenow.static from server: The system cannot update the /var/cpanel/sysinfo.config file. at /usr/local/cpanel/Cpanel/GenSysInfo.pm line 115.

By PrasadNaik
April 20, 2017

While trying to upgrade cpanel  to new version was getting error FATAL: Failed to download updatenow.static from server: The issue was due to corrupt RPM I used the below fix to resolve this issue mkdir /root/old_rpm_dbs/ Now move the original RPMs to the new folder mv /var/lib/rpm/__db* /root/old_rpm_dbs/ Finally rebuild the RPM database rpm --rebuilddb Now […]

Read More

Parse html as PHP is easyapache 4

By PrasadNaik
March 27, 2017

  Normal rule in .htaccess to parse html files as php on easyapache 3 are not working on easyapache 4 #AddType application/x-httpd-php .php .htm .html #<FilesMatch “\.(htm|html|php)$”> #SetHandler application/x-httpd-php56 #</FilesMatch>   Below is the code which will need to be added In cpanel, multiphp manager will add the following for force a specific version of […]

Read More

DNS error bad owner name (check-names) /tmp/cpanel

By PrasadNaik
March 16, 2017

While working with one client I was getting below error in DNS DNS error bad owner name (check-names) /tmp/cpanel So I went ahead and checked DNS zone file using below command   root@vps [/var/named]# named-checkzone onlinecsource.com /var/named/onlinesource.com.db /var/named/onlinesource.com.db:56: _autodiscover._tcp.cheapsalesleads.onlinesource.com: bad owner name (check-names) /var/named/onlinesource.com.db:57: _autodiscover._tcp.cheapsalesleads.onlinesource.com: bad owner name (check-names) zone onlinesource.com/IN: loaded serial 2017030209 OK […]

Read More
1 2 3 7