ClamAV is an open source and cross-platform command line antivirus app for detecting Trojans, viruses, and other malicious codes. ClamTk is its GUI front-end. Install ClamAV/ClamTk on Ubuntu and Debian, using following commands. # sudo apt-get install clamav # sudo apt-get install clamtk
Month: July 2018
MySQL getting restarted continuously
MySQL was getting restarted every 5 min. No cron was there. Also no particular errors in error log. Fix Fixed the issue by running cPanel rpm fix. # /scripts/check_cpanel_rpms I had that command repair the RPMs which resolved the issue.
Open cart error : login was prompting again and again in open cart
session path is saved in session.save_path = /tmp; Fix Login was prompting again and again in open cart. Issue was that /tmp was getting filled up so that write data failed. It was cleared by clearing tmp folderas it was filled completely.
Site error: the file /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/inc.php requires the ionCube PHP Loader ioncube_loader_lin_5.6.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.Child failed to make LIVEAPI connection to cPanel.”
Fix This can be fixed by enabling zend in tweak settings of whm.
change language in roundcube email client
Fix To do that, log into your Roundcube webmail client. There click on Settings in the upper right corner. Then select Preferences -> User Interface : select the desired language.
error: scgiwrap: Caller must be the nobody user
After running easyapache and all cgi's scripts failed. Fix check to see if you have suexec enabled, if so, disable it, then check your scripts. If they start working after you disable suexec, then that's the problem. if you have suexec enable and wish to used it, you need to make sure each virtual host … Continue reading error: scgiwrap: Caller must be the nobody user
whmcs SQL Error: Table ‘bunnytec_whmc554.tbltickettags’ doesn’t exist – Full Query: SELECT tag, COUNT(*) AS count FROM tbltickettags WHERE ticketid IN (1666) GROUP BY tag ORDER BY count DESC
Fix Please run the following MySQL query in phpMyAdmin to re-create the missing table: CREATE TABLE IF NOT EXISTS `tbltickettags` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ticketid` int(10) NOT NULL, `tag` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB ;
Tried to update wordpress/plugins I got a wordpress window requesting FTP credentials instead
Fix suexec was not enabled in the server.
Error Details: The Jetpack server was unable to communicate with your site [HTTP 404]. Ask your web host if they allow connections from WordPress.com.
Fix xmlrpc.php might be blocked in the server due to heavy xmlrpc attacks.
/etc/init.d/iptables: line 268: restorecon: command not found
Fix # yum install policycoreutils