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
Author: dino
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
How do i fix the error “License File Expired” ?
First, check the license on http://verify.cpanel.net/ to ensure it is still licensed. If it is not, please contact who you purchase the license from directly. If your license lists as active and you see this error when trying to access cPanel or WHM: License File Expired, you will want to ensure that port 2089 is… Continue reading How do i fix the error “License File Expired” ?
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
Cpanel DNS on Freebsd: named or rndc does not exist
Problem: Cpanel on FreeBSD shows the error that named or rndc does not exist after a cpanel update. Solution: server1# ln -s /usr/local/sbin/named /usr/sbin/named
What is /dev/shm and its practical usage ?
What is /dev/shm and its practical usage ? /dev/shm is nothing but implementation of traditional shared memory concept. It is an efficient means of passing data between programs. One program will create a memory portion, which other processes (if permitted) can access. This will result into speeding up things on Linux. If you type mount… Continue reading What is /dev/shm and its practical usage ?
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
DirectAdmin Apache won’t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090
Apache won’t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090 [crit] (98)Address already in use: make_sock: could not bind to port 8090 or [crit] (98)Address already in use: make_sock: could not bind to port 443 or [crit] (98)Address already in use: make_sock: could not bind to port 80 If… Continue reading DirectAdmin Apache won’t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090
Keep getting the ‘License is not yet active’ error message with a valid direct admin license.
Problem: If you keep getting the ‘License is not yet active’ error message when logging into direct admin even though the license is active. Solution: Setting the system date to the current date and time should clear it up.
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?