How to Enable html view for horde?

Login to shell using root user and follow the following steps to enable HTML view of horde webmail.root@server[~]# vi /usr/local/cpanel/base/horde/imp/config/mime_drivers.phpSearch for the line—-/*** HTML driver settings*/$mime_drivers[‘imp’][‘html’][‘inline’] = false;—–and replace it with——–/*** HTML driver settings*/$mime_drivers[‘imp’][‘html’][‘inline’] = true;——–Save the changes and restart the following services.root@server[~]#service cpanel restartroot@server[~]#/scripts/restartsrv_courier

» Read more

Magento – “Failed to mkdir” Error

 Magento – “Failed to mkdir” Error Many times when you try to install a new theme or application from “Magento Connect Manager” , you may encounter the error : ERROR: failed to mkdir To fix this issue follow the below steps : root@server[#] cd /home/username/public_html/downloader root@server[#] vi config.ini It will show something like this : preferred_state=stable use_custom_permissions_mode=1 mkdir_mode=0777 chmod_file_mode=0777 chmod_file_mode_executable=0777 […]

» Read more

syslogd status failed in WHM

Sometimes, you may face an issue related to syslogd showing down in service WHM >>  Main >> Server Status >> Service StatusThe issue can be resolved byChecking related RPM on server# rpm -q sysklogdIf its not installed, you can install it by# yum install sysklogdafter installation, you will have to restart the service by# /etc/init.d/syslog restartCheck the service in Service […]

» Read more

Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0

For zend encoded files, you may face following error Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0Its most probable the related files for the script are uploaded in ASCII mode, all encoded files must be uploaded in binary mode.01. You need to reupload all files in binary mode, or set the transfer mode to auto in […]

» Read more

How to Remove/uninstall MailScanner !!

To remove MailScanner and the MailScanner Front-End, run these commands in shell as root: cd /usr/mscpanelsh uninstall.msfe.shcd /rootwget http://www.configserver.com/free/msinstall.tar.gztar -xzf msinstall.tar.gzcd msinstall/sh uninstall.sh Remove the sare rules and MailScanner-specific SpamAssassin configuration files (in shell as root): cd /etc/mail/spamassassin/rm -fv *sare* configserver.cf mailscanner.cf To remove the MailScanner Configuration icon from cPanel, go to WHM > Packages > Feature Manager. Edit the […]

» Read more

Plesk External component has thrown an exception

Following error can come in plesk control panel while setting up/updating physical hosting for a domain in the plesk control panel…——————External component has thrown an exception.In IIS7NativeProvider moduleException type: System.Runtime.InteropServices.SEHExceptionat _CxxThrowException(Void* , _s__ThrowInfo* )at ServerManagerFactory.getHttpRedirectSection(String location)at IIS7ServerManager.getSitesInfo(IIS7ServerManager* , list:allocator >* sitesInfo)—————– Here is the quick workaround : Open IIS, expand sites.In my case, I found an entry “SITE_*****” under sites […]

» Read more
1 25 26 27 28 29 31