Oct 14

If you have Fedora Core 5/6 or CentOS 5 or Red Hat Enterprise Linux 5 on your server and are experiencing troubles with respect to upgrades (forced or otherwise) of Click Be! or Fantastico or Universina, please check the wget version that you have on your server.

If it is wget-1.10.2-3.3.fc5 or wget-1.10.2-7.el5 or wget-1.10.2-8.fc6.1, we suggest that you replace it immediately with an older and/or stabler version. This version does not honor the “-P” switch.

An alternate version that we know works is wget-1.10.2-3.2.1

You can use the following commands for this purpose.

rpm -qa wget ;

wget ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/
core/5/i386/os/Fedora/RPMS/wget-1.10.2-3.2.1.i386.rpm

chattr -ia /usr/bin/wget

rpm -e wget ;
rpm -ivh --force wget-1.10.2-3.2.1.i386.rpm ;
rpm -qa wget ;

Do that !!
Oct 14

If the Fantastico install option is not available, you will need to manually download Fantastico onto your VPS.

  1. Connect to your VPS using an SSH connection.
  2. Log in as the Administrator user.
  3. Change to the proper cgi folder using the following command:
    cd /usr/local/cpanel/whostmgr/docroot/cgi
  4. Download the Fantastico install file using the following command:
    wget http://www.netenberg.com/files/free/fantastico_whm_admin.tgz
  5. Extract the install file using the following command:
    tar -xzpf fantastico_whm_admin.tgz
  6. Remove the install file using the following command:
    rm -rf fantastico_whm_admin.tgz
  7. Log out of the SSH connection.
  8. Log out and log back into cPanel in a web browser.
  9. From the menu, under Plugins, click Fantastico De Luxe WHM Admin (located at the bottom).