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
See MoreTag: web hosting
Mysql error : Can’t create new tempfile: ‘*.TMD file
If you are getting error like Can’t create new tempfile: ‘tablesname.TMD file error while repairing corrupted database tables please try use following command to fix it.Solution : You need to just run below command on the shell.# myisamchk -r -f tables.MYIThats all.
See MoreRepairing corrupted mysql database !!
Sometimes it happens that your database get corrupted due to many reason like it does not get restored properly or server get rebooted while updating database etc…. and you have tried to repair it using phpmyadmin and it does shows that it has repaired but it is not.Solution :Login to server with root accessStop mysql […]
See More