Hi WebmaisterPro friends,
Few days ago, I bought new low end VPS for test purposes.
Well, I run on few problems, but I found that that many other webmasters had experienced the same. so I decided to drop a note here.
So technically it seems that there is a bug in latest version of Kloxo 6.16 and webmail option isn't working, including both Horde and Roudcube clients. The problem can be related to 3 different things - MySQL database connection is missing, 'magic_quotes_runtime' is on or wrong permissions on system files.
So here are 3 ways to fix this problems.
SSH this (use Java console or Putty)
sh /script/upcp
sh /script/fixwebmail
sh /script/fixhorde
sh /script/fixmail
If this doesn't help, do this:
chown -R lxlabs:lxlabs /home/kloxo/httpd/webmail
find /home/kloxo/httpd/webmail -type f -exec chmod 644 {} \;
find /home/kloxo/httpd/webmail -type d -exec chmod 755 {} \;
sh /script/upcp
sh /script/fixmail
sh /script/fixwebmail
sh /script/fixhorde
and if this not work too, try this:
mysql -u root -p[rootpassword] roundcubemail