ABHIONLINUX
Site useful for linux administration and web hosting

Showing posts with label fantastico. Show all posts
Showing posts with label fantastico. Show all posts

2009/12/23

Fantastico Showing Blank Page

Fantastico is showing blank page after installation.New installation was also giving the blank page.

FIX:-
====
Change the following on config.php file.

#define(”PLUGIN_ROOTDIR”,”/tmp”);
define(”PLUGIN_ROOTDIR”,”plugins”);

Cause:-
The server is PHP-SUEXEC enabled so the plugin_rootdir should be given
as “plugins” in config.php file.

Error "This application is currently not available” in fantastico

The user is getting the following error while accessing fantastico :
This application is currently not available

Fix:-
====
You have to make register_global = On in /usr/local/cpanel/3rdparty/etc/php.ini

“cannot connect to mysql ” in fantastico

If you are getting an error like “cannot connect to mysql ” in fantastico
then check if the soft link is there in /tmp. If there is no softlink.Issue the following command:-

[root@bigboy ~]#ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock