Fantastico
Fantastico Common Problems
1] Fantastico link disappears in Cpanel:
mkdir /usr/local/cpanel/base/frontend/x/cells
mv /usr/local/cpanel/3rdparty/fantastico/xskin.html usr/local/cpanel/base/frontend/x/cells/fantastico.html
ln -s /usr/local/cpanel/base/frontend/x/cells /usr/local/cpanel/base/frontend/x2/cells
2] Uninstall Fantastico on Server:
# Run following commands to uninstall fantastico.
rm -rf /var/netenberg/
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
Install Fantastico Root login WHM.
# Run folowing commands to install Fantstico.
cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http:// files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
3] Installation of all scripts fail from Fantastico.
The permission on the following files must be 755:
/bin/tar
/bin/gzip
4] Parse Error on Fantastico icon in cpanel.
a] check the disk space usage of /tmp partition.
If 100% full delete the unncessary session files.
b] Check the MySQL Server service and database connection.
If it reach the max connections Kill the process and restart MySQL Server service.
c] /scripts/upcp -f
|