How do I UNINSTALL FANTASTICO?

Log into your server via SSH as root and execute the following: rm -rf /var/netenberg/fantastico_de_luxe/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/ rm -rf /usr/local/cpanel/3rdparty/fantastico* rm -rf /usr/local/cpanel/base/frontend/*/fantastico rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_fantastico.cgi

Published
Categorized as cPanel

cPanel runweblog error Perl_Gthr_key_ptr

cPanel runweblog error : /usr/bin/perl: symbol lookup error: /usr/local/cpanel/3rdparty/lib/perl/auto/RRDs/RRDs.so: undefined symbol: Perl_Gthr_key_ptr Solution : I removed the rrdtool binary from /usr/local/cpanel/3rdparty/bin then ran /scripts/rrdtoolinstall

Published
Categorized as cPanel

HowTo :: install a Perl Module

Perl modules A Perl module is a self-contained piece of Perl code that can be used by a Perl program or by other Perl modules. It is conceptually similar to a C link library, or a C++ class. To manually install a Perl module: Download To retrieve a file from another machine, usually a host… Continue reading HowTo :: install a Perl Module

Published
Categorized as cPanel

Fatal error: Allowed memory size of 123456 bytes exhausted (tried to allocate 234567 bytes) in /path/file.php

Php is setup is to limit memory usage per process. If you require more, this limit can be increased. Edit /usr/local/lib/php.ini If you are unsure about the php.ini path, You can find your server php.ini using command : php -i | grep php.ini Configuration File (php.ini) Path => /usr/local/lib Loaded Configuration File => /usr/local/lib/php.ini and… Continue reading Fatal error: Allowed memory size of 123456 bytes exhausted (tried to allocate 234567 bytes) in /path/file.php

Where can I change log permissions so other programs can read apaches web logs?

Click on the “Tweak Settings” link under “Server Setup”. Within the “Stats and Logs” section is a text box with the heading: “Chmod value for raw apache log files (0640 is the default):” Change the value to suit your needs and apply the changes by clicking on the “Save” button at the bottom of the… Continue reading Where can I change log permissions so other programs can read apaches web logs?

How to enable iconv on CPanel server?

The iconv API is the standard programming interface for converting character strings from one character encoding to another in Unix-like operating systems. Initially appearing on the HP-UX operating system, it was standardized within XPG4 and is part of the Single UNIX Specification (SUS). All recent Linux distributions contain a free implementation of iconv() as part… Continue reading How to enable iconv on CPanel server?