If you are getting “Ftp connection refused” error in Kloxo, then you can follow this post. Error: ftp xxx.xx.xx.xx ftp: connect: Connection refused ftp> # netstat -plan | grep :21 Solution: Make sure you are running pure-ftpd service. If so,…
Errors
[Solved] Memory error with YUM
If you are getting “MemoryError” while doing yum update or yum install ,follow the steps shown below: Solution: # ulimit -a The output for this will be obtained as : # ulimit -a core file size (blocks, -c) 0 data…
How to disable open_basedir in Directadmin server
How to disable open_basedir in Directadmin server I got the following error in one of my websites which seems to be a problem with open_basedir restriction enabled in the server. ———– Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/arunlal/public_html/wp-content/uploads/2013/08) is…
WHM showing disk usage 0 for all users in OpenVZ VPS
WHM showing disk usage 0 for all users then, follow this steps below: 1. From VPS run, # /scripts/fixquotas If you are getting the following errors, then proceed with this ————————– # /scripts/fixquotas Installing Default Quota Databases……Done Quota Mode: Linux…
Fatal! Perl must be installed before proceeding!
It’s a cPanel installation time error due to the absence of Perl module on server. Error details: Fatal! Perl must be installed before proceeding! Solution: # yum install perl That’s it. 🙂
[Solved] The server’s system package manager, ‘YUM’, failed : Error with easyapache
EasyApache failed for YUM error? EasyApache is software that installs, modifies, and validates your Apache web server, PHP, Tomcat, and other components of your web server. For more details refer cPanel doc here [cPanel :: Introduction to EasyApache] Here I…
[Solved] Connection dropped by IMAP server – mail issue
Some times it may occurs in cpanel based servers due to some problems related with the IMAP server. It occurs when you are trying to login to email account in Roundcube Webmail client. Error details: Error : Connection dropped by…