Text only
|
Text with Images
Roundcube Community Forum
SVN Releases => Issues & Bugs => Topic started by: dano on October 09, 2008, 12:42:04 PM
Title:
SVN 1960 /program/include/rcube_mdb2.php revision
Post by:
dano
on
October 09, 2008, 12:42:04 PM
Just an FYI
This file was revised to add this code at lines 86 & 87:
Code
Select
Expand
'disable_smart_seqname' => true, // for postgresql
'seqname_format' => '%s', // for postgresql
This gave me a could not connect to database error with a MySQL database. Once I had commented the lines out everything worked.
Text only
|
Text with Images