marciohumpris
Posts: 362
Score: 2
Joined: 5/1/2008
Status: offline
|
Hi! IceWarp has several databases. Account storage (if youre not using file system), GroupWare, Antispam and even WebMail PDO (in Webmail node, the default is SQLite). Since the error is a bit generic and doesnt detail which DSN, you would have to check each of the DSNs to try to find the problem. For example you can even try to set some of these DBs as SQLite (which is just a file.db source), until you find out which one is causing problems. If needed, I suggest you contact support. For mysql, for example, you can use ODBC (get MyODBC from mysql.com) or direct connection. In case of direct connection: MySQL is supported. It requires the libmysql.dll to be present on the server and you should also ensure that php_pdo_mysql.dll is not commented out in your php.ini file (it normally is). regards, Marcio
< Message edited by marciohumpris -- 11/22/2008 3:12:29 AM >
|