When a new version of Perl is available you may wish to upgrade for compatibility or security. Often you will be notified by cPanel of the need to upgrade. Our guide will show you how to do that.
Force Database Dump Restore To UTF-8:
mysql –default-character-set=utf8 database < database.sql
Jumbled Characters or Question Marks For Non-Latin Encoding:
This is a common problem for our international users. They use all kinds of languages which often do not display right when imported from lets say tis620 (thai) into utf8. So this is a step by step guide in [...]
There are many reasons why Frontpage would stop working. We generally recommend not using Frontpage at all as it’s a discontinued product with no real merit these days. Some users still love it for whatever reason. You should first rename the .htaccess file to .htaccess.bak and see if this fixes the error code. The .htaccess [...]
You can search for a process keyword such as the abuser’s username. This will let you see where the process originated.
abuser=”someuserhere” && for d in `ps aux | grep $abuser | grep -v grep | awk ‘{print $2}’`; do ls -la /proc/$d | grep cwd; done
If you are getting errors like this in SquirrelMail or just can’t login in Horde:
SquirrelMail Error:
ERROR Unknown user or password incorrect.
Horde Error:
Notice: (null)(): Retrying LOGIN authentication after AUTHENTICATE LOGIN failed (errflg=1) in Unknown on line 0
Notice: (null)(): Retrying LOGIN authentication after AUTHENTICATE LOGIN failed (errflg=1) in Unknown on line 0
Notice: (null)(): Can not authenticate to [...]
If the home directory is accidentally owned via chown to one user recursively it may be fixed using these scripts. NOTICE: These scripts are pretty experimental. They may or may not fix your problem. I would exercise caution running these scripts due to the huge changes made. Of course if you did chown everything and [...]
If you are getting this error in your Exim log there is usually a simple fix. Log into the server and run the following command:
From the server make sure you kill all running antirelayd services then run:
This script will fix PHPSuExec permission issues. Run it out of the user’s account:
If HTTPS pages are not loading for valid SSL hosts that you see in WHM you should make sure Apache is running with SSL:
# ps aux | grep -i httpd
You should see -DSSL as a part of the HTTPD process. If you don’t run:
# killall -9 httpd
# service httpd startssl