Friday, March 26, 2010

Fantastico

Install Fantastico
=====================

For 32-bit:

Code: rpm -qa wget ;
uname -a
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

For 64-bit:

Code: 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
or
ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/7/Fedora/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

This for both 64 bit and 32 bit

Code: cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xvzf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz

also ione cube loader is enable in whm and try install fantastico through whm.

======================================

The ICON for Fantastico DOES NOT APPEAR in cPanel
---------------------------

The ICON for Fantastico DOES NOT APPEAR in cPanel « on: March 23, 2008, 03:33:39 AM » First, make sure you are using a theme that supports third-party addons like Fantastico. Some older themes and themes like x3mail do not support Fantastico.

You will need to check all of the following three things as any/all of these things may be the problem.

1) Make sure Fantastico is enabled, both in WHM's Feature Sets and that it is enabled in the WHM Fantastico admin settings.

2) Make sure you have a symlink to the Fantastico directory in every theme you use. For example if you use the "x3" theme:

Code: ln -s /usr/local/cpanel/3rdparty/fantastico /usr/local/cpanel/base/frontend/x3
3) If you use the X3 theme, make sure your icon cache is up-to-date:

Code: /usr/local/cpanel/bin/rebuild_sprites --force
If you get the following error after running rebuild_sprites:

Can't locate object method "newFromJpeg" via package "GD::Image" at /usr/local/cpanel/bin/rebuild_sprites line 17.

then you will need to install the Perl GD module first:

Code: /scripts/realperlinstaller --force GD or /scripts/installgd
After that, try rerunning the rebuild_sprites command above.

Please note that cPanel Inc. has discontinued support for the "x" and "x2" themes as of the release of cPanel v11. Although Fantastico does work in those themes we encourage you to switch to "x3" or another supported theme to ensure your users have the best experience possible.
----------------------------


Fantasitico shows ioncube error
===================

check php.ini in /usr/local/lib/php.ini

or php -v/

if its not present install /scripts/phpextensionmgr install IonCubeLoader

or ionecube present enable in tweak setting.

Cpanel shows error in fantastico : /scripts/makecpphp

http://www.netenberg.com/forum/index.php?topic=6902.0
http://www.netenberg.com/forum/index.php?topic=6795.0
=======================

No comments:

Post a Comment