roundcube Error No. [0×01F4]
February 6th, 2009
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [0×01F4]
In order to solve that, you have to modify the following file:
/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc
change
return “FROM_UNIXTIME($timestamp)”;
to
return sprintf(”FROM_UNIXTIME(%d)”, $timestamp);