Fantastico Problem

Wednesday, August 19th, 2009

First, Joomla is not listed on Fantastico, tried to update Fantastico
WHM >> Plugins >> Fantastico De Luxe WHM Admin >> Update/Get files
Failed!! Below Error showed up when opening Fantastico from cPanel

The server was not able to find the document (./frontend/x3/fantastico/index.php) you requested. Please check the url and try again. You might also want to report this error to your web hosting provider.

Access WHM >> Plugins >> Fantastico De Luxe WHM Admin again, this time it asked to re-install. Done that. But I still get the same error.
(more…)

SocialTwist Tell-a-Friend

cPanel – Webmail (cpanelro) Highload

Thursday, July 30th, 2009

From cPanel Forum:

CPU Process has a high load, with many cpanelro user taking the cpu time. Below is script to kill cpanelro’s process

#!/bin/sh
for ROUND in `ps aux | grep roundcube | awk -F " " '{print $10}' | awk -F ":" '{print $1}'`;
do
if [ $ROUND -ge 20 ]; then
pkill -u cpanelroundcube
echo "kill roundcube process roundcube";
fi
done

Put in crontab and run it every 15 or 30minutes. Or you can edit RoundCube file to fix a never ending loop caused when trying to log in with an invalid account

(more…)

SocialTwist Tell-a-Friend

Site’s IP Missing in WHM

Monday, April 27th, 2009

Suddenly some sites on server can’t be accessed, the server itself online and most of the sites are accessible. After I checked on WHM the IP Address of the sites is “MISSING”, supposed to be the site is using the same shared IP Address.

Googling for a while, found answer on WHT

(more…)

SocialTwist Tell-a-Friend