Archive for the tag 'Fantastico'

SBDavid

HOW TO Install Fantastico

HOW TO Install Fantastico

SSH to your server(s) and enter following commands

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

Go to WHM, login as root and click on Tweak Settings, then you should ensure that both the Ioncube loader is selected for the backend copy of PHP. Save changes.

WHM -> Add-Ons (Plugins on v11.x or higher) -> Fantastico De Luxe WHM Admin

Upon loading, Fantastico De Luxe WHM Admin will auto-update your existing installation (if existing). All admin files (masterfiles, tarballs, settings etc) will be moved to or created at /var/netenberg.

If your users don’t see a Fantastico link in their CPanel: Go to WHM and edit the “default” Features List. Activate Fantastico.

Reference : http://www.netenberg.com/

SBDavid

Fantastico Error in cpanel

Fantastico Error in cpanel

If an error “Fantastico is unable to connect to your MySQL server at this time. Please contact your host for assistance” occurred during fantastico access, make sure the following are correct:-

1. First Check whether mysql server is running or not. You can confirm the same using following command:-

# ps -ef |grep mysql

2. Check mysql.sock path in mysql configuration /etc/my.cnf file.

# vi /etc/my.cnf

3. Then check if the link file is there to point /tmp/mysql.sock to /var/lib/mysql/mysql.sock in /tmp directory.

4. If not create a symbolic link. You can create the same using ‘ln -s’ command:-

# ln -s’ /var/lib/mysql/mysql.sock /tmp/mysql.sock

Then try to access the fantastico.