Error: Login as root and run: touch /var/cpanel/skipparentcheck Done […]
Posts by seemab:
Fatal! Write Failure: /etc/valiases/
When trying to add the email forwarder in cPanel we get the following error : That means the ownership and/or permissions set on the file “/etc/valiases/DOMAIN.tld” are incorrect. cd /etc/valiases/ chown USERNAME:mail /etc/valiases/DOMAIN.tld OR, ssh to the server and run the following command: /scripts/fixvaliases […]
Connecting to Remote Server Failed: Unable to connect to IP:PORT: Bad file descriptor
When we try to transfer domains using WHM transfer we are getting the following error: To resolve this error: Disable firewalls on both servers especially on destination server and try to connect again. […]
How to transfer addon domain email accounts to a main domain in cpanel
Go to: cd /home/USERNAME/etc/domain.com/ Try rsync all the files under that folder to new account. Then Copy all the mails to new account. cp /home/USERNAME/mail/domain.com/ /home/NEW-USER/mail/ […]
Round cube gives error “501: failed to set sender”
Round cube giving error : Solution is few steps away: Open Roundcube >> Settings >> Identity >> New identity. Add the new identity and save the settings. Now the error should be gone. If you have Roundcube Database error you can check our article cPanel roundcube DATABASE ERROR: CONNECTION FAILED. […]
Error “Frame is Blocked Because of Insecure Content”
When we browse the web with our Google chrome, sometimes we fall into a annoying SSL problem. […]
WordPress asks ftp password on any upgrade or install
To avoid wordpress asking for FTP Username and Password for any upgrade do the following : Login to your Cpanel Go to your File Manager Open wp-config.php and insert the following lines: define(‘FTP_USER’, ‘username’); define(‘FTP_PASS’, ‘password’); define(‘FTP_HOST’, ‘ftp.example.org:21’); […]
Install SSL for a domain in cPanel server:
You can install SSL for a particular domain in cPanel server via WHM. For that follow the instructions given below, Login to your WHM. Select “Web SSL/TLS” icon from the WHM. Then select “Generate a SSL certificate and Signing request”. You need to fill all the needed fields here, after that click the create button. […]
SSL install aborted due to error: The certificate is expired
Getting the below error while trying to install SSL on a DOMAIN : Make sure in WHM while you are trying to install the certificate you are logged in without SSL ie. IP:2086 If your WHM is not using a paid SSL, reset the self signed certificate from WHM again and then try installing SSL […]
ERROR: This RRD was created on another architecture
You will get this error during cPanel account transfer time or with cPanel package account script. To fix this issue do the following bash script: #!/bin/bash cd /var/cpanel/bandwidth for i in `/bin/ls *.rrd` do /usr/local/cpanel/3rdparty/bin/rrdtool dump $i > $i.xml /usr/local/cpanel/3rdparty/bin/rrdtool restore -f $i.xml $i rm -vf $.xm done Second, you can try “Skip Bandwidth data” for […]