Fantastico Problem
First, Joomla is not listed on Fantastico, tried to update Fantastico
WHM >> Plugins >> Fantastico De Luxe WHM Admin >> Update/Get files
Failed!! Below Error showed up when opening Fantastico from cPanel
The server was not able to find the document (./frontend/x3/fantastico/index.php) you requested. Please check the url and try again. You might also want to report this error to your web hosting provider.
Access WHM >> Plugins >> Fantastico De Luxe WHM Admin again, this time it asked to re-install. Done that. But I still get the same error.
Do the first thing:
1) Go into WHM as root, click on Tweak Settings, scroll down to the PHP section and make sure the IONCUBE PHP Loader is selected. Save changes if needed.
2) Log into your server as root via SSH and execute the following command:
/scripts/makecpphp
Read Netenberg’s Forum, run below command
chattr -R -i /usr/local/cpanel/3rdparty/fantastico chown -R root.root /usr/local/cpanel/3rdparty/fantastico chattr -R -i /var/netenberg chown -R root.root /var/netenberg
still lurking on the forum, and I found this thread about wget problem CentOS 5, what the heck, just run it.
cd wget http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz tar xfz wget-latest.tar.gz cd wget-* ./configure make make test make install cd ../ rm -Rf wget-*
This will install a clean copy of wget on your server at /usr/local/bin/wget
Go into WHM as root, click on the Fantastico Admin area and click install. On the screen you see, be sure to enter /usr/local/bin/wget as the path to wget.
Click to start the installation.
Note that this does not remove the system maintained version of wget with the new version. There will be two copies of wget on your server.
You are done. Go into WHM’s Fantastico admin area and finish the installation process.
I done that and Fantastico now back running up. Cheers