cPanel

libmysqlclient.so.15: version `libmysqlclient_15′ not found (required by /usr/bin/php)

Error Code : [Tue Feb 22 00:35:50 2014] [error] [client 71.134.23.164] /usr/bin/php: /usr/lib64/libmysqlclient.so.15: version `libmysqlclient_15' not found (required by /usr/bin/php)…

11 years ago

Internal Server Error “cPanel user” is over quota.

To resolve above error refer following steps. root@server[~]#cd /var/cpanel/overquota/ root@server [/var/cpanel/overquota]#ll | grep your_cpanel_user_name Once you found out file for…

11 years ago

How to enable InnoDB engine in MySql ?

1) Check whether InnoDB is enabled on the server. To check login to shell as root and go to mysql…

11 years ago

How to change date and time zone in php ?

If your php script is not showing correct date and time then it means your script is using date and…

11 years ago

How to Clear cPanel Server logs ?

You can empty cPanel servers logs by using following commands Login into server as root root@server[#]vi logs echo > /usr/local/apache/logs/error_log…

11 years ago

ERROR: Could not append message to INBOX.Sent.

While sending email from cPanel webmail following error appearing. ERROR: Could not append message to INBOX.Sent. Server responded: [alert] Cannot…

11 years ago

404 error page not found for http://IP address/~username .

If you are getting the 404 error for the http://IP address/~username Then follow the below steps >> Login to the…

11 years ago

HOW to uninstall Fantastico ?

rm -rf /var/netenberg/fantastico_de_luxe/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/ rm -rf /usr/local/cpanel/3rdparty/fantastico* rm -rf /usr/local/cpanel/base/frontend/*/fantastico rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_fantastico.cgi Once you…

11 years ago

How to install fantastico on Server?

You don’t need to download any files in order to install Fantastico! Just SSH to your server and enter following…

11 years ago

How to Configure alternative SMTP port in Qmail (Linux + Plesk)

Most of the ISP blocks default SMTP port (25) to control mail flow hence it is always advisable to have…

11 years ago