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

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 0 Its 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 […]

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 0 Its 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 […]