Sat 7 Feb 2009
ICON for Fantastico is not appearing in cPanel
Posted by Tuks under Dedicated Server Hosting , Domain Name Hosting , Email Hosting , Linux Web Hosting , Online Marketing , Reseller Hosting , SEO Tutorial , WHM Tutorials , Web Hosting Articles , Web Hosting UK , cPanel Issues , cheap linux web hostingNo Comments
If Fantastico is installed on your Linux dedicated server but you are not getting the Icon of Fantastico under cPanel. In such case verify the following settings:
-please make sure that the Fantastico is enabled in your WHM’s Feature Sets as well as enabled in the WHM Fantastico admin
- Please make sure that their is a symlink to the Fantastico directory in every theme you use x or x3
ln -s /usr/local/cpanel/3rdparty/fantastico /usr/local/cpanel/base/frontend/x3 - Please verify the version of wget on your server and update it accordingly wget-1.10.2-3.2.1 For 32-bit:
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 ; For 64-bit:
rpm -qa wget ; wget http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/x86_64/os/Fedora/wget-1.10.2-15.fc7.x86_64.rpm ; chattr -ia /usr/bin/wget rpm -e wget ; rpm -ivh --force wget-1.10.2-15.fc7.x86_64.rpm ; rpm -qa wget ;
once wget version get updated, Please install fantastico once again .