clamd issue Solution :– 1) Go to WHM, > cPanel > Mange Plugins > uninstall clamavconnector. That should fix the issue. If this not solve the problem then 2.Make sure you have a clamd init file: /etc/init.d/clamd chown root:root /etc/init.d/clamd chmod +x /etc/init.d/clamd chkconfig clamd on service clamd restart
Archive for the ‘cpanel’ Category
Webmail : Server replied: 110 Can’t open SMTP stream.
I’m getting an error on a couple of my servers when trying to send email from webmail. Connection timed out Server replied: 110 Can’t open SMTP stream. Solution :– I found the config for cpanel’s SM: /usr/local/cpanel/base/3rdparty/squirrelmail/config/config.php I just changed: $useSendmail = false; to: $useSendmail = true; thats all
Unable to login to horde
Unable to login to horde Solution :– Kindly try following steps: 1. Login to shell of the server using root login details and open the file ” /usr/local/cpanel/3rdparty/etc/horde/php.ini ” using vi or any other editor 2. Search for [Session] and change the following From:- session.save_handler = sqlite session.save_path =/var/cpanel/userhomes/cpanedmin/sessions/phpsess.sdb To:- session.save_handler = files session.save_path = […]
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
Sometimes if you login in to PHPMYADMIN, you can see the error as follows. Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Solution :- 1) Check permissions of /tmp. It should be 755. Change it to 1777. 2) Open file /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini […]
phpMyadmin errror “#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)”
phpMyAdmin – Error #2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured) Solution :- 1. First check whether mysql is working in the server or not. 2, Check whether there is a symbolic link from mysql.sock to /tmp. If not, create a symlink between /var/lib/mysql/mysql.sock and /tmp/mysql.sock. […]
phpmyadmin error: Existing configuration file (./config.inc.php) is not readable.
When I try to access phpmyadmin on a cPanel server, i get the following error: Existing configuration file (./config.inc.php) is not readable. Solution :– Login to the server as root : 1) cd /usr/local/cpanel/base/3rdparty/phpMyAdmin 2) chown root:cpanelphpmyadmin config.inc.php Thats all.
Outlook Express Email Setting
Below are the outlook express settings :- 1. On the Tools menu, click Accounts 2. Select the Mail tab, click Add, and then click Mail. 3. In the Display name text box, type your name (e.g. info), and then click Next. 4. In the E-mail address text box, type your email address@yourdomainname (e.g. example@yourdomainname), and […]
cpanel/whm license error
First, check the license on http://verify.cpanel.net/ to ensure it is still licensed. If it is not, please contact who you purchase the license from directly. If it says it is valid, try the following as root via SSH: /etc/init.d/firewall stop rdate -s rdate.cpanel.net /usr/local/cpanel/cpkeyclt /etc/init.d/firewall start
Changing the default nameservers for new accounts.
1) You add/change your private nameserver for your dedicated server but when you create account through whm it not shows your default nameserver. You have to add your private nameserver in wwwacct.conf # vi /etc/wwwacct.conf Add or edit following lines as per your requirement. ns = ns1.domain.com ns2 = ns2.domain.com save the file. Now when […]
/scripts/fixquotas gives error “edquota: Quota file not found or has wrong format”?
After running /scripts/fixquotas it gives following error message and showing unlimited disk space in WHM >> Main >> List account. root@server [/]# /scripts/fixquotas –force Installing Default Quota Databases……Done Linux Quota Support Quotas are now on Resetting quota for user23 to 1000 M edquota: Quota file not found or has wrong format. No filesystems with quota […]



